Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
OnsenUI 2.0 - DeviceBackButton
-
From Onsen UI Guide
My problem is that the browser trigger url history back when I press device back button.
-
@honglio said:
Are you testing in a browser? The device back button handler won’t work there because you don’t have Cordova included. Cordova is what fires the device back button events. Therefore, only built apps.
-
@Fran-Diox I test in a browser. Now I see why it’s not work. Thank you!