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!