Skip to content

Instantly share code, notes, and snippets.

@marklawlor
Created October 7, 2014 23:31
Show Gist options
  • Save marklawlor/01fed96ba9801bc3159a to your computer and use it in GitHub Desktop.
Save marklawlor/01fed96ba9801bc3159a to your computer and use it in GitHub Desktop.
iOS webkit overflow scrolling issue
/*
Source:http://stackoverflow.com/questions/18736297/webkit-overflow-scrolling-touch-broken-for-initially-offscreen-elements-in-i
*/
document.getElementById("scrollbox").addEventListener('touchstart', function(event){});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment