Need a better documentation for handling device back button
It is a Cordova related thing, and there is not much here to document:
document.addEventListener('backbutton', function (e) {
// do something on android back button
});
1 Like