vote up 2 vote down star
1

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?

flag

75% accept rate
Interesting question. The google online apps are able to do that, e.g. the mobile Google Reader doesn't show the zoom controls. – Mariano Kamp Feb 27 at 6:29
are you referring to the build-in application using the webkit-browser-control or the Google Reader site while browsing? – vitaliy kotik Feb 28 at 7:23

1 Answer

vote up 1 vote down check

the following code casts magic

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.