The web-site I'm working on is specially designed for Android. The user will not get benefit from Android build-in zoom buttons. On the contrary they make a mess. How can I switch them off?
webview. getSettings(). setLoadWithOverviewMode(true); This will cause the webview to be zoomed out initially.
By default, Chrome sets the zoom level to 100%. To manually adjust the settings, use the Ctrl key and “+” or “-” combos to increase or decrease the page magnification. If you are using a mouse, you can hold down the keyboard Ctrl key and use the mouse wheel to zoom in or out.
the following code casts magic
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With