Skip to content

Instantly share code, notes, and snippets.

@dcorb
Created September 15, 2015 13:41
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 dcorb/02b43ed0f827fd0d5393 to your computer and use it in GitHub Desktop.
Save dcorb/02b43ed0f827fd0d5393 to your computer and use it in GitHub Desktop.
overflow:hidden is needed on html, not only body tag.
native scrolling on overflow:scroll elements with:
-webkit-overflow-scrolling: touch;
translate3d forces HW acc. , use it instead of translateX and translateY
fastclick.js works well to remove click delay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment