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

Handling touchcancel #18

Closed
gre opened this issue Apr 30, 2013 · 0 comments
Closed

Handling touchcancel #18

gre opened this issue Apr 30, 2013 · 0 comments
Labels

Comments

@gre
Copy link

gre commented Apr 30, 2013

Your library is missing a "touchcancel" binding which is really important to touchable device.

For instance, on an iPad, if you do a gesture during a drag it will stay the dragging element in an inconsistant state ("dragging" state while the touch has end).
With touch events, If you listen to "touchcancel" you can know something else has occured and you can stop the drag.

Awesome library otherwise.

desandro added a commit that referenced this issue May 3, 2013
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