framework7io / framework7-template-vue-webpack

Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
https://framework7.io/vue/
MIT License
384 stars 136 forks source link

How to make device back button work? #70

Closed vipontes closed 5 years ago

vipontes commented 5 years ago

Hi,

i'm using this template to build an app with phonegap. I've added the following code to app.vue file in order to make the device back button to work, but, instead of working, my app always reach the 404 error page.

view: { pushState: true, },

Do you have any idea on how to solve this?

Thanks,

Vinicius