zoom buttons in android's web browser - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T09:28:22Z http://stackoverflow.com/feeds/question/587185 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/587185/zoom-buttons-in-androids-web-browser 2 zoom buttons in android's web browser vitaliy kotik 2009-02-25T18:16:54Z 2009-03-03T07:41:28Z <p>The web-site i'm working on is specially designed for Android. The user will not benefit from Android build-in zoom buttons. On the contrary they make a mess. How can i switch them off?</p> http://stackoverflow.com/questions/587185/zoom-buttons-in-androids-web-browser/605453#605453 1 Answer by vitaliy kotik for zoom buttons in android's web browser vitaliy kotik 2009-03-03T07:41:28Z 2009-03-03T07:41:28Z <p>the following code casts magic</p> <pre><code>&lt;meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/&gt; </code></pre>