Disable UIWebView 'bouncing' in JQTouch on iPhone


/ Published in: JavaScript
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. $('body').bind('touchmove', function(e){e.preventDefault()});

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.