I can subscribe to the back event by either
document.addEventListener('backbutton', (e) => {...})
or
Plugins.App.addListener('backButton', () => {...})
But then, how do I actually cancel the back event?
I.e. what goes into the {...}
?
1 post - 1 participant