Swipe Gestures
Enable swiping from the left to go back within the app.
This feature allows swiping from the left side of the screen to go back. To enable it, select On within the App Interface section's Swipe Gestures option. Alternatively, edit the navigation
configuration object in appConfig.json within the Import/Export section of your app's configuration as follows:
"navigation": {
"swipeGestures": true
}
On Android arrow indicators will show on the screen to indicate when there is a page available to go back to or to go forward to.
styling.androidPullToRefreshColor
is used for the default arrow color
styling.androidActionBarBackgroundColor
is used for the highlighted arrow color
Updated 8 months ago