eeerrrttt
eeerrrttt

Reputation: 616

Is it possible to detect android back button on web app?

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

Answers (1)

Rahul Sonone
Rahul Sonone

Reputation: 44

Device back button is native feature of Android/ios, so can not detect event on click.

Upvotes: 2

Related Questions