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 events are not supported #19

Open
ovidiuch opened this issue Jan 21, 2014 · 4 comments
Open

Touch events are not supported #19

ovidiuch opened this issue Jan 21, 2014 · 4 comments

Comments

@ovidiuch
Copy link

Any prospects or debate on this? Would be very useful to have touchstart, touchmove, touchend etc.

@scottgonzalez
Copy link
Member

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.

@ovidiuch
Copy link
Author

Do you have an example of a Pointer Events abstraction? Thanks

On Tuesday, January 21, 2014, Scott González [email protected]
wrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-32901484
.

Best regards,
Ovidiu Cherecheş

@scottgonzalez
Copy link
Member

We're working on one in https://github.com/jquery/jquery-pointer-events which builds on top of Polymer.

@ovidiuch
Copy link
Author

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..

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

2 participants