How can I use JavaScript to set the zoom level on mobile safari?
|
[UPDATED] It seems that you want to capture double taps in mobile Safari. You could do that by handling the Take a look at the revised demo: http://jsbin.com/atayo4/20
|
||||
|
|
|
As far as I know, you can change the zoom factor the text size by changing the style '-webkit-text-size-adjust' of body element. Check this link for more information: |
|||||
|
|
Try this:
|
|||||
|
|
I tried manipulating the min/max scales and width in the meta tag with JavaScript to no avail. Instead of trying to set the zoom level with code (I'm thinking it's not possible), I'm going to create small invisible boxes on top of my relatively large image. This will allow users to zoom in (and out) via native double-tap on interesting sections of the image. |
|||
|
|