Setting Default Zoom on Web Sites on iphone
April 15, 2010
I had a friend with a site which was defaulting to render quite small on the iphone.
We fixed this by setting:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
in his source.