/ Published in: JavaScript

will also disable swipes. Haven't tried links yet.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('body').bind('touchmove', function(e){e.preventDefault()});
Comments
