Refresh Button
Add a Refresh button to your navigation bar.
You may include a refresh button in your Android ActionBar and iOS Navigation Bar. Clicking this button will refresh the current page. Simply select "On" for iOS and/or Android Refresh Button within the Native Top Navigation Bar 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": {
"androidShowRefreshButton": true,
"iosShowRefreshButton": true
}
Updated almost 2 years ago