1

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)

Joris W
  • 517
  • 3
  • 16

2 Answers2

1

Check out http://jgestures.codeplex.com/.

(Also, just Google 'jquery gestures')

Related questions:

Catch browser's "zoom" event in JavaScript

javascript event for a mobile pinch/zoom action

Community
  • 1
  • 1
Yasei No Umi
  • 1,574
  • 9
  • 23
0

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.

fisherwebdev
  • 12,658
  • 4
  • 28
  • 27