Skip to content Skip to sidebar Skip to footer

Iphone Detect Zoom - Help!

This works in all my test browsers:   // Aint perfect, but works well enough! function handleResize() { // Document.ready sets initialW

Solution 1:

You can't. When you pinch to zoom on the iPhone web kit, you're not actually resizing the view of the web page in the same sense as when you resize a browser window -- notice that the content doesn't reflow. All the iPhone is doing is blowing up a certain section of the complete web content.


Post a Comment for "Iphone Detect Zoom - Help!"