How do I register an pinch or pull event in an mobile webapp. Is it build in the browser (if so, how can I acces it) or there an jQuery-plugn for this
(using HTML5, jQuery en jQuery mobile)
How do I register an pinch or pull event in an mobile webapp. Is it build in the browser (if so, how can I acces it) or there an jQuery-plugn for this
(using HTML5, jQuery en jQuery mobile)
Check out http://jgestures.codeplex.com/.
(Also, just Google 'jquery gestures')
Related questions:
Touchy is jQuery plugin that provides support for pinch (in or out), swipe, drag, longpress, and rotate across all browsers that support the touchstart, touchmove and touchend events.