block by joyrexus 5340416

Guides and tips for iOS web app development.

iOS Web App Development

Client-side storage for offline apps

Misc

Tips

Courtesy of Adam Grossman.

Use the CSS property -webkit-overflow-scrolling: touch to create scrolling divs.

Use appcache to speed up load times.

Use fastclick or analogues to fix the mobile safari bug that results in a 300ms delay after clicking a link.

Use hardware-accelerated transforms to animate properties.