jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. This plugin focuses on one finger events. You can use the provided events like any other jQuery event. Direct and delegated events are both supported. This can be very useful for dynamically loaded content via AJAX for example.
jQuery Finger - Events:
- Tap
The tap event is the most basic one and is essentially like a click. On touch devices, it removes the 300ms delay of the standard click.
- Double tap
The double tap event is triggered when the user tap twice in a short amount of time.
- Press
The press event (aka long tap or tap hold) is triggered when the user keeps the finger among a certain amount of time.
- Flick
The flick event (aka swipe) is triggered when the user swipes rapidly the finger in one direction.
- Drag
The drag event is triggered when the user move his/her finger in one direction.
Please login to continue.