Adding multitouch gesture support
For any hybrid mobile apps, touch gestures is an important feature that makes the app great in the hands of the users.
The following is the list of JavaScript libraries that can enable multitouch gesture handling in your apps. Each library has its own merits and limitations. Some have dependencies with other libraries and some do not. You have to be careful when choosing the libraries as it might introduce new dependencies to your application:
Library name |
Dependency |
URL |
---|---|---|
ZeptoJS |
No | |
EventJS |
No | |
QuoJS |
No | |
Hammer |
No | |
ThumbsJS |
No | |
jGestures |
jQuery | |
DoubleTab |
jQuery | |
Touchable |
jQuery | |
TouchyJS |
jQuery |
Although there...