You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using programmatic navigation at some parts of my app, for example this.$router.go(-1) from the toolbar and with the backbutton callback from cordova.
While normal navigation with router.push({name: 'xyz'}) is working properly, navigating back doesn't seem to work (same when modifying the history directly). Now I don't know if this issue is directly related to the plugin, but I couldn't find similar issues somewhere else. So if someone knows where this belongs instead, I'd be grateful to know.
My router config is set to hash mode as it should be and this is my vue.config.js for cordova:
As far as I observed the window.history is being modified successful when navigating back. But there is no navigation being done by vue-router itself therefore the view won't be changed.
The text was updated successfully, but these errors were encountered:
I'm using programmatic navigation at some parts of my app, for example
this.$router.go(-1)
from the toolbar and with thebackbutton
callback from cordova.While normal navigation with
router.push({name: 'xyz'})
is working properly, navigating back doesn't seem to work (same when modifying the history directly). Now I don't know if this issue is directly related to the plugin, but I couldn't find similar issues somewhere else. So if someone knows where this belongs instead, I'd be grateful to know.My router config is set to hash mode as it should be and this is my vue.config.js for cordova:
As far as I observed the window.history is being modified successful when navigating back. But there is no navigation being done by vue-router itself therefore the view won't be changed.
The text was updated successfully, but these errors were encountered: