Return to Snippet

Revision: 23302
at February 3, 2010 13:32 by BenClayton


Initial Code
$('body').bind('touchmove', function(e){e.preventDefault()});

Initial URL


Initial Description
will also disable swipes.  Haven't tried links yet.

Initial Title
Disable UIWebView 'bouncing' in JQTouch on iPhone

Initial Tags


Initial Language
JavaScript