Skip to content

Instantly share code, notes, and snippets.

document.body.addEventListener('touchstart', function(e) {
//
});
document.body.addEventListener('touchmove', function(e) {
//
});
document.body.addEventListener('touchend', function(e) {
//
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment