Skip to content

Instantly share code, notes, and snippets.

@danjesus
Created July 13, 2011 19:31
Show Gist options
  • Save danjesus/1081141 to your computer and use it in GitHub Desktop.
Save danjesus/1081141 to your computer and use it in GitHub Desktop.
TouchMove IPAD
document.getElementById("seletor").addEventListener('touchmove', function(e) {
//Add events here
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment