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

Chrome ignores preventDefault for touchstart/touchend #934

Open
CendioOssman opened this issue Oct 18, 2017 · 1 comment
Open

Chrome ignores preventDefault for touchstart/touchend #934

CendioOssman opened this issue Oct 18, 2017 · 1 comment
Labels

Comments

@CendioOssman
Copy link
Member

Apparently Chrome has decided to start being annoying and ignore Event.preventDefault() for the events touchstart and touchend:

https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

This at the very least means we get redundant mousedown events. Not sure what the practical implications are at this point.

@CendioOssman CendioOssman added this to the Future Features milestone Oct 18, 2017
@samhed
Copy link
Member

samhed commented Oct 23, 2017

Yay...

This would have had interesting effects if we hadn't fixed 270bdbd

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

No branches or pull requests

2 participants