12

Is it possible to enable pinching/zooming of a specific div on a page? I don't want to pinch/zoom the entire page, just a specific element.

I am using jQuery, jQuery Mobile and viewing the project on an iPad.

Brad
  • 159,648
  • 54
  • 349
  • 530
mhartington
  • 6,905
  • 4
  • 40
  • 75
  • Possibly related: http://stackoverflow.com/q/11517086/472495 – halfer Feb 07 '13 at 21:25
  • Interesting (and also found with a ten-second search engine search): https://forum.jquery.com/topic/detect-pinch-zoom-on-an-image – halfer Feb 07 '13 at 21:27

1 Answers1

4

You can use Zoomooz. It's a jQuery library which is very interesting:

Ferruccio
  • 98,941
  • 38
  • 226
  • 299
Vuk Vasić
  • 1,398
  • 10
  • 27
  • 6
    Zoomooz does not support multi-touch pinching events. Its only a library for zooming into elements on a page, but has no support for pinching behavior, so far as I can see in the documentation. – JackKalish Sep 20 '16 at 21:48