When testing my desktop (not responsive) website on my smartphone, i noticed differences in rendering the site in chrome (34.01847.114) and in the native Android browser (4.3). In Chrome the page is rendered without zoom as i want. In the native browser the paged is zoomed in. I do not use any viewprt-tag. When i set the viewport tag to
<meta name="viewport" content="width=device-width">
chrome behaves like the native browser and zoomes.
So i do not want any zoom, i want the site to be rendered in full resolution.
To prevent zoom you shoyld use:
<meta name="viewport" content="initial-scale=1">
Hope it helps :)
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