Rajk, It sounded like your initial issue was that your page was really small, ie.zoomed out as if the page were a lot larger and iphone was trying to render what it thought was the whole thing, no?
If so, then it sounded to me like you didn't have the viewport scale set in your header. <meta name="viewport" content="width=320, initial-scale=1, maximum-scale=1, minimum-scale=0.6667, user-scalable=no;"> What is the URL to your page so I can take a look? -=Randy On 8/2/07 4:17 AM, "rajk" <[EMAIL PROTECTED]> wrote: > > Hi Randy, > > Thanks for quick replay. > If i am not wrong, I need to use "-webkit-text-size-adjust: none" in > style. But still getting same problem. > In iPhoney simulator its showing correctly untill i wont browse any > other regular urls. its working fine if i use my own html pages > > -rajk > > > > On Aug 2, 3:01 pm, Randy Walker <[EMAIL PROTECTED]> wrote: >> Welcome Rajk, >> >> Have you read the developer guidelines? Specifically the viewport >> settings.http://developer.apple.com/iphone/designingcontent.html >> >> -=Randy >> >> On 8/2/07 2:55 AM, "rajk" <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >>> Hi, >> >>> I am new to iPhone. My html pages desinged for iPhone are working >>> prorperly in Safari 3.0 beta. But they are showing as very >>> small( reducing into 50% of its orginal page size) when I access same >>> pages in simulators and iPhone, . >> >>> Can anyone help me to fix this problem. >> >>> Thanks in advance.- Hide quoted text - >> >> - Show quoted text - > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
