Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good JavaScript library or jQuery plugin for touch gestures? [closed]

I don´t need a full fledged framework like Sencha or jQuery mobile, just the ability to detect gestures such as swype or pinch to optimize some parts of my site for touch devices.

I have never worked with touch events so I dont really know where to start. Is there a light framework or jQuery plugin for this?

like image 882
agente_secreto Avatar asked Jan 10 '12 09:01

agente_secreto


2 Answers

You can check those out: Hammer.js, which you can run standalone or as a jQuery plugin, QuoJS, which is a microlibrary it should work fine alongside jQuery. If you are planning to use jQuery UI then touchpunch should do the job!

like image 71
user980085 Avatar answered Oct 16 '22 01:10

user980085


TouchSwipe should meet your needs :)

like image 34
jobwat Avatar answered Oct 16 '22 01:10

jobwat