views:

46

answers:

1

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?

+2  A: 

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

Azeem.Butt
Thanks a bunch.
quano