ngryman / jquery.finger

:v: jQuery touch & gestures, fingers in the nose.
https://ngryman.sh/jquery.finger/
MIT License
423 stars 66 forks source link

Alias `*click` to `*tap` #36

Open ngryman opened 9 years ago

ngryman commented 9 years ago

This has some advantages:

However it could affect users that use both click and tap for different purposes. We could allow to disable alias with an option. Or we could simply live with it.

jacobbuck commented 9 years ago

This would be great, but maybe the *click event could be a *tap without the pressDuration timeout, as click can happen no matter how long the user presses down.