Nope on the 100% by itself. When you don't specify a viewport width, iPhone defaults to a page width of 980px. So if you intend for the site to be 320px or 630px wide without specifying 320px or 630px in the viewport meta tag, then your site will appear very zoomed out and small.
Check out the iPhone developer guide at apple for specifics like this: http://developer.apple.com/iphone/designingcontent.html -=Randy On 8/26/07 9:08 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Wouldn't a width of 100% work? > > > > On Aug 25, 7:31 pm, craig <[EMAIL PROTECTED]> wrote: >> You should check out the guidelines on Apple's Developer site: >> >> http://developer.apple.com/iphone/designingcontent.html >> >> Native width is 320 in portrait mode. Unless a viewport width is >> specified, Mobile Safari assumes a default width of 980 and scales it >> to fit 320 in portrait. >> >> If you are making a site especially for the iPhone, you may as well go >> for the native width. But if you seriously need the width at 630 for >> some reason, specify that as the viewport width -- then the 630 would >> be scaled to fit 320 wide. >> >> Craig >> >> On Aug 25, 4:35 pm, Mike <[EMAIL PROTECTED]> wrote: >> >>> I am trying to build a small website for iphone. my webpage is 630px >>> wide. and people say its too wide for an iphone. does not iphone scale >>> the webpage to fit its viewport? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
