Disbable UIWebView scroll (Javascript)


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

Disable using Javascript.


Copy this code and paste it in your HTML
  1. <script type=\"text/javascript\">
  2. document.ontouchmove = function(e){ e.preventDefault(); }
  3. </script>

URL: http://oiphonemad.blogspot.com/2011/02/uiwebview-disable-scrolling.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.