Ionic 5 + Vue
How to prevent back button on one specific page.
I found this but no work the docs no implementation for vue.
this.platform.backButton.subscribe(() => {
//Do somthing
)
Also some docs for Angular is different implementation for vuejs
Like
Vue: :ionChange
Angular (ionChange)
Hopefully someone can help me.
Thanks in advance!
2 posts - 2 participants