-
-
Notifications
You must be signed in to change notification settings - Fork 150
pushState does not work in nested tabs #119
Comments
And it won't at the moment because this "Tabs Routes" thing not using F7's router which doesn't support it |
Yeah, it doesn't currently work. The problem is that only the Pages component calls The other issue with not calling I suppose the tab components could call |
Is it in scope to complete the routing / push state behaviour? |
Getting History working is a pretty essential feature for the routing features in F7 Vue / React to be on par with Vue Router and React Router. It definitely belongs near the top of our priority list in the roadmap in my opinion. |
Issue is closed because of outdated/irrelevant/not actual If this issue is still actual and reproducible for latest version of Framework7 & Framework7-Vue, please create new issue and fill the issue template correctly:
|
Tested with the official kitchen sink:
npm run dev
Then I see no update in the URL, "tab2" remains.
Refresh the page will load tab2 instead of tab3.
The text was updated successfully, but these errors were encountered: