JQuery Mobile Pinch Zoom Image Only
问题 I have a working JQM application that I'd like to display some images in. The images currently are in their own iframe so they can be scrolled separately from the app. I'd like to be able to pinch zoom only the images within the iframe as well. I realize if I adjust the following code snippet that I can enable pinch zoom but this enabled it for the entire application. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" /> By removing