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

Touch not detected properly on Windows Phone #13

Open
RByers opened this issue Jul 7, 2015 · 0 comments
Open

Touch not detected properly on Windows Phone #13

RByers opened this issue Jul 7, 2015 · 0 comments
Labels

Comments

@RByers
Copy link
Member

RByers commented Jul 7, 2015

IE fires mouse events for touch before firing any touch events. This breaks the approach used by the polyfill (looking for events that occur immediately after touch events). I could perhaps hack around this with a UA check - forcing firesTouchEvents to always be true for IE on Windows Phone, but would that always be right? Eg. does Windows Phone support bluetooth mice? Also what about desktop IE with touch event support explicitly enabled?

This is complicated enough that I'm going to leave Windows Phone unsupported for now. Perhaps @jacobrossi will submit a PR :-)

@RByers RByers added the polyfill label Jul 7, 2015
RByers added a commit that referenced this issue Jul 7, 2015
In particular mention windows phone - issue #13
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

1 participant