Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

URL fragments are currently unsupported #38

Open
mikabytes opened this issue Sep 17, 2021 · 0 comments
Open

URL fragments are currently unsupported #38

mikabytes opened this issue Sep 17, 2021 · 0 comments
Assignees
Milestone

Comments

@mikabytes
Copy link
Collaborator

Describe the bug
using URL fragments "hash urls", the behavior differs from the use of regular pushState

To Reproduce

  1. Create a page that match URL /#/page1 and another /#/page2
  2. Add a touchable that navigates to page2 from page1.
  3. Go to page1 and click the touchable
  4. 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.

@mikabytes mikabytes added this to the Bronze milestone Sep 17, 2021
@mikabytes mikabytes self-assigned this Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant