-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
2.0.14 breaks links in chrome #1011
Comments
Every first click on an a tag is ignored in chrome. That is really bad. When you use Howler 2.0.14 and your first click is on a link, nothing happens! |
Got the same problem with Vue.js. First click on router-links doesn't do anything, then it works fine. I downgraded to |
This appears to be the same issue as #1025 (Note I've included more descriptive repro steps in that issue) |
Thanks, this has now been fixed and I'll get a v2.0.15 out soon. |
I noticed that since a recent update of my app dependencies, the first click on an element (in my case a
<Link>
) has no effect — but only in chrome.at first I thought it was a
react-router-dom
problem, but then https://stackoverflow.com/questions/20490931/how-to-find-what-is-causing-a-preventdefault-which-overrides-normal-click-behavi lead me to https://github.com/goldfire/howler.js/blob/master/src/howler.core.js#L306going back to
2.0.13
fixes it.The text was updated successfully, but these errors were encountered: