You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received a feature request where the developer wants to have more fine-granular control over the behavior of the device's back button when the app is installed. Cordova has a backbutton event that allows developers to override the default behavior (i.e., navigating back): https://cordova.apache.org/docs/en/4.0.0/cordova/events/events.backbutton.html
Perhaps this would be worth exploring.
The text was updated successfully, but these errors were encountered:
I received a feature request where the developer wants to have more fine-granular control over the behavior of the device's back button when the app is installed. Cordova has a
backbutton
event that allows developers to override the default behavior (i.e., navigating back): https://cordova.apache.org/docs/en/4.0.0/cordova/events/events.backbutton.htmlPerhaps this would be worth exploring.
The text was updated successfully, but these errors were encountered: