Pull-to-Refresh
Configure your app to use Refresh Functionality. Pull-to-refresh adds the ability for the user to refresh the current page by swiping down from the top of the screen. Simply select "On" for iOS and/or Android Pull-To-Refresh within the App Interface section of your app builder.
Alternatively, edit the navigation
configuration object in appConfig.json within the Import/Export section of your app's configuration as follows:
"navigation": {
"androidPullToRefresh": true,
"iosPullToRefresh": true
}
Pull-to-Refresh Issue on Android Apps
On some Android apps, there is a bug where the pull-to-refresh functionality will be inadvertently activated any time the user scrolls up. Please test on your own app to see if there's a problem and if there is please disable the pull-to-refresh feature for your app.
Updated 6 months ago