zoom buttons in android's web browser - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T09:28:22Zhttp://stackoverflow.com/feeds/question/587185http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/587185/zoom-buttons-in-androids-web-browser2zoom buttons in android's web browservitaliy kotik 2009-02-25T18:16:54Z2009-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#6054531Answer by vitaliy kotik for zoom buttons in android's web browservitaliy kotik 2009-03-03T07:41:28Z2009-03-03T07:41:28Z<p>the following code casts magic</p>
<pre><code><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
</code></pre>