I'm trying to make a homepage I'm creating look good on the iphone. But even though the content on the page is only 320px in width, the page is still zoomed far out in the iphone browser. What must you do for safari to display the page in its "real" size?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

It's tough to say exactly what you need to do without seeing the page, but all the weird little meta tags that Mobile Safari supports to address these sorts of issues are documented here:

http://developer.apple.com/safari/library/documentation/appleapplications/reference/safariwebcontent/UsingtheViewport/UsingtheViewport.html

and here

http://developer.apple.com/safari/library/documentation/appleapplications/Reference/SafariHTMLRef/Articles/MetaTags.html

link|improve this answer
Thanks a bunch. – quano Oct 20 '09 at 23:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.