iPhone site optimization: Custom viewport size
- by Brandon Durham
I've got a site that should max out a 575px on the iphone and wanted to know what the best method is for defaulting the viewport to this size. Currently I am using this meta tag:
<meta name="viewport" content="width=575; user-scalable=no;">
This displays some odd behavior in that it loads fully zoomed out and then, once the page is loaded,…