Hey guys, I'm currently creating a website optimized for mobile devices.
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
I have a javascript dynamic grid and I don't want to scale on mobile devices. The line above works fine on iphone, but I think it doesn't work on Android and WebOS. Any idea how I can set the NO-SCALE mode for these mobile devices. Thus, there is no pinch or scaling, and the width of the device is 100% of the width of the browser?
Thank you for your advice.
Matte
source share