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
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Describe the bug
using URL fragments "hash urls", the behavior differs from the use of regular pushState
To Reproduce
Create a page that match URL /#/page1 and another /#/page2
Add a touchable that navigates to page2 from page1.
Go to page1 and click the touchable
Click back-button
The URL will change back to /#/page1
Expected behavior
Nothing should happen (this is the case with regular pushState). In Tiden, URLs should not change automatically when browser popstate.
The text was updated successfully, but these errors were encountered:
Describe the bug
using URL fragments "hash urls", the behavior differs from the use of regular pushState
To Reproduce
/#/page1
and another/#/page2
The URL will change back to
/#/page1
Expected behavior
Nothing should happen (this is the case with regular pushState). In Tiden, URLs should not change automatically when browser popstate.
The text was updated successfully, but these errors were encountered: