/ Published in: JavaScript
will also disable swipes. Haven't tried links yet.
Expand |
Embed | Plain Text
$('body').bind('touchmove', function(e){e.preventDefault()});
You need to login to post a comment.
BenClayton on 02/03/10
1 person have marked this snippet as a favorite
will also disable swipes. Haven't tried links yet.
$('body').bind('touchmove', function(e){e.preventDefault()});
You need to login to post a comment.