Gesture recognition JavaScript library

Viewed 6573

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;

Gesture configuration

And the video: http://www.youtube.com/watch?v=k73ipSDZJXM

3 Answers
Related