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

IE10/11: hashchange event does not fire in certain cases #17

Open
kcrwfrd opened this issue Aug 1, 2016 · 0 comments
Open

IE10/11: hashchange event does not fire in certain cases #17

kcrwfrd opened this issue Aug 1, 2016 · 0 comments

Comments

@kcrwfrd
Copy link
Owner

kcrwfrd commented Aug 1, 2016

See http://stackoverflow.com/questions/23933662/hashchange-event-not-triggered-in-ie10-ie11-with-combo-of-history-pushstate-an

Potential solutions:

  • Use polling for IE
  • Use a global link click handler to programmatically handle clicks (a la Riot router), rather than depending on native hashchange
kcrwfrd added a commit that referenced this issue Aug 1, 2016
Rather than depending on native hashchange/popstate for link clicks. Addresses #17
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