Skip to content

Instantly share code, notes, and snippets.

@joyrexus
Last active December 15, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joyrexus/5340416 to your computer and use it in GitHub Desktop.
Save joyrexus/5340416 to your computer and use it in GitHub Desktop.
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment