Tabs and navigation

I using the tabs and understand that each tab has it’s own navigation history. I have a link within one of my tabs that leads to another state outside of my tabs. I lose the history and can no longer go back. Any ideas how to provide a bank link that goes back into the tab I came from?

There have been a few posts asking the same thing. I’m not sure how to handle it. I know the Devs have a request in for a complex routing/tabs/sidebar sample. However, they are swamped with getting Beta out. So, let’s wait and see.

I was suffering the same issue so I had to change the whole navigation of my app. So instead of tabs I use a side menu to navigate between pages and all my pages are a child pages of the “home” page which has 2 nav-views one for the main content and another for the side menu.

do you know if this has this been fixed? I am using 1.0.0-beta.10 and I still have this issue.

As best I know, if you leave a tab view, you lose the navigation history. I don’t know of a way around that.

hmm ok thanks. I rearranged my app to have everything in the side menu.
What is weird, is that I inspected the DOM and removed the “disable-user-action” on the nav bar and forced the back-button to show, and the app actually remembers the history stack.
It seems that it is explicitly being hidden