Pull to Action Widget

Content Type: Widget
Categories: Mobile

Overview

Sometimes it is necessary to be able to refresh Native Mobile pages by pulling down - this widget is the solution for this exact problem. It allows you to select an action (e.g. refresh, or a nanoflow) which is executed on pull down.

This widget consists only of standard libraries available in Mendix native projects - no extra libraries imported - meaning that this is a safe to use widget in any Mendix Native Mobile project.

Documentation

PullToAction

Sometimes it is necessary to be able to refresh Native Mobile pages by pulling down - this widget is the solution for this exact problem. It allows you to select an action (e.g. refresh, or a nanoflow) which is executed on pull down.

This widget consists only of standard libraries available in Mendix native projects - no extra libraries imported - meaning that this is a safe to use widget in any Mendix Native Mobile project.


Features

Adds a container-esque widget that allows you to configure a pull down action.


Usage

Import the widget into your widget folder and press F4 in your Mendix project. Subsequently add the widget to any page required, and configure a pull-down action. It provides you with a ScrollContainer react component, so do not embed any other Scrollcontainers inside.


Development and contribution

  • This widget was created by Almer Badart & Wouter Penris (Ordina).

Releases

Version: 1.0.0
Framework Version: 10.5.0
Release Notes: First release