Writing Web Pages for iPhone
Apple has published an article on writing Web pages for iPhone. It’s interesting to see that iPhone supports CSS3 media queries such as media=”only screen and (max-device-width: 480px)”. Also, JavaScript execution on iPhone is limited to 5 seconds per entry point, and Apple recommends auditing Web sites for unnecessary JavaScript (Google Analytics, anyone?) to improve […]