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 Touch devices #18

Open
stephband opened this issue Oct 28, 2013 · 0 comments
Open

IE10 Touch devices #18

stephband opened this issue Oct 28, 2013 · 0 comments

Comments

@stephband
Copy link
Owner

jquery.event.move does not currently support Microsoft's Pointer Events, making a less than fluid experience on IE10 touch devices.

Pointer Events are arguably a better spec, and will eliminate the need for
some of the finger tracking code in jquery.event.move. But neither touch
nor pointer events are a proper standard yet.

I don't have a Windows tablet or phone to test on, so I can't do anything about it. Microsoft are helping WebKit implement pointer events: at that point we'll all be able to see them working and debug.

In the meantime, feel free to help out if you can by forking and patching jquery.event.move and sending a pull request.

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