Skip to content
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

Browser.Navigation.load doesn't actually cause a page load when url contains an # #128

Open
gampleman opened this issue Jun 9, 2022 · 0 comments

Comments

@gampleman
Copy link

The docs for Browser.Navigation.load say

Leave the current page and load the given URL. This always results in a page load, even if the provided URL is the same as the current one.

[Bolding not mine, but I would have bolded that part too]

However, calling this function with a hash based url (i.e. #/something) (which is rather common in SPAs) doesn't actually cause the page to reload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant