Gesture recognition JavaScript library

events, gesture, javascript

Solution

Here is one: http://taitems.tumblr.com/post/2785024873/javascript-gesture-recognition-for-touch-screens And: https://github.com/plainview/Jester/

Problem

I'm developing a mobile website and would like to add gesture recognition to some of the key features of the site. Is there a suitable javascript library that would allow me to draw a gesture and recognise the gesture as a token I could hook up to an event call? As an example of this type of functionality in Dolphin see these links; And the video: http://www.youtube.com/watch?v=k73ipSDZJXM

Original source