framework7

Open full view…

Back Navigation Issue

adnanmasood
Fri, 24 Nov 2017 16:59:44 GMT

I am working on a VUE+Webpack app where i am facing a navigation issue. The back links and back button on android is working fine. When I load a page Home --> Categoty/:id--> Category/:id--> product/:id back button on android is not working in category and product pages but working fine with home page. I have set the in init { pushState: true, allowDuplicateUrls: true } I can share the code from github private repository.

adnanmasood
Sat, 25 Nov 2017 14:45:00 GMT

I solved the issue. The code was broken while the overriding Back Key Press in cordova