-
Notifications
You must be signed in to change notification settings - Fork 114
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 events are not supported #19
Comments
Touch Events are so finicky that I'd rather require something like WebDriver for testing touch. Also, we don't ever want to code specifically to Touch Events in jQuery projects, we want to abstract to Pointer Events. |
Do you have an example of a Pointer Events abstraction? Thanks On Tuesday, January 21, 2014, Scott González [email protected]
Best regards, |
We're working on one in https://github.com/jquery/jquery-pointer-events which builds on top of Polymer. |
Nice, I'll bookmark that project. Polymer seems pretty promising also, but for the time being, except for using a WebDriver, I have no way of testing touch-enabled components. Even if I had an abstraction for unifying the logic behind it, the input to test shouldn't be a part of my abstraction but something that the browser provides, like a touchmove event.. |
Any prospects or debate on this? Would be very useful to have touchstart, touchmove, touchend etc.
The text was updated successfully, but these errors were encountered: