Reputation: 616
I'm doing a PWA using Vue.js, i know that cordova can handle the android/iOS back button (the device back button, not the browser one), so it's ok.
How can i detect this on vuejs?
Upvotes: 0
Views: 755
Reputation: 44
Device back button is native feature of Android/ios, so can not detect event on click.
Upvotes: 2