Is there an event, similar to window.onorientationchange but triggered when zoom-in or zoom-out gestures were applied please? iPhone/iPad-related solutions are preferred, cross-tablet-platform solutions are warmly welcomed.
There is no specific "zoom" event for multi touch I'm afraid, but you can use ongesturestart, ongesturechange and ongestureend to deal with them. In iOS using event.preventDefault method will prevent the zoom.
See: http://developer.apple.com/library/ios/#DOCUMENTATION/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With