-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend: navigate to routes with fragment string #377
Labels
Comments
ping @ikitommi |
#581 added support for reading fragment string from the URI to match, but we still don't have way to create URIs with fragments in Reitit-frontend. Todo:
|
Deraen
changed the title
frontend: h5 history push-state doesn't support hash
Frontend: navigate to routes with fragment string
Mar 23, 2023
Deraen
added a commit
that referenced
this issue
Mar 24, 2023
Deraen
added a commit
that referenced
this issue
Mar 24, 2023
Deraen
added a commit
that referenced
this issue
Mar 24, 2023
Deraen
added a commit
that referenced
this issue
May 4, 2023
Fix #377, navigate to routes with fragment string in frontend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with the current code, when using h5 history, there is no way to push state to a url like "/path#foo" because
reitit.frontend.history/push-state
doesn't take that into consideration. Is that correct? If so i may submit a pr to address that.The text was updated successfully, but these errors were encountered: