Skip to content

Instantly share code, notes, and snippets.

@Usse
Created August 22, 2013 15:38
Show Gist options
  • Save Usse/6308837 to your computer and use it in GitHub Desktop.
Save Usse/6308837 to your computer and use it in GitHub Desktop.
Prevent linen on iPad
$(document).bind(
'touchmove',
function(e) {
e.preventDefault();
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment