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

Tap recognized, no matter where you lift your finger #6

Open
alinnert opened this issue Oct 24, 2013 · 6 comments
Open

Tap recognized, no matter where you lift your finger #6

alinnert opened this issue Oct 24, 2013 · 6 comments

Comments

@alinnert
Copy link

It doesn't matter where you lift your finger in order to active the event. You should at least check if the target of touchstart and touchend are the same.

@benhowdle89
Copy link
Owner

Very good point 👍

@optikfluffel
Copy link

👍

1 similar comment
@mcneela86
Copy link

👍

@jonsherrard
Copy link

Was this ever implemented?

@mcneela86
Copy link

I used fastclick instead. hope it helps someone.

@jonathanstark
Copy link

@alinnert touchstart and touchend always have the same target even if the finger has moved. What needs to be done is to use touchmove track to track x and y delta and decide on touchend if the finger has moved too much to fire a click. See http://github.com/jonathanstark/FastActive for an example.

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

6 participants