How can I get zoom functionality for images?
Is there a common way to show a big image and enable the user to zoom in and out and pan the image? … Read more
Is there a common way to show a big image and enable the user to zoom in and out and pan the image? … Read more
How can I detect the page zoom level in all modern browsers? While this thread tells how to do it in IE7 and … Read more
I’ve tried all three of these to no avail: <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;” /> <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=false;” /> … Read more
I made an HTML page that has an <input> tag with type=”text”. When I click on it using Safari on iPhone, the page … Read more