PDA

View Full Version : Anyone doing some iPhone Web Programming?


MorningZ
08-21-2007, 11:07 PM
Found this great little primer on getting started making an "iPhone"-friendly version for my site

http://developer.apple.com/iphone/designingcontent.html

It fails to mention how to handle when someone turns the phone to landscape mode

for instance:

- I have in the style sheet the font size and name set to Verdana 10px
- Pulling up the page holding the phone upright, it looks just how i want it (inside the 320px wide viewport)
- Tilting to the side results in the font size getting expanded, and filling all the way left to right (which is fine/great), but when i flip back to upright, the (expanded) font size sticks

Tips/tricks? Other websites than the ones above maybe giving some pointers?

Thanks in advance