Skip to content

Instantly share code, notes, and snippets.

@suhaotian
Created November 25, 2015 15:49
Show Gist options
  • Save suhaotian/58c4b9c7667e28e4720c to your computer and use it in GitHub Desktop.
Save suhaotian/58c4b9c7667e28e4720c to your computer and use it in GitHub Desktop.
(function(d) {
d.addEventListener('touchstart', handler)
d.addEventListener('touchmove', handler)
function handler(e) {
e.preventDefault()
}
})(document.body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment