/ Published in: JavaScript
URL: http://oiphonemad.blogspot.com/2011/02/uiwebview-disable-scrolling.html
Disable using Javascript.
Expand |
Embed | Plain Text
<script type=\"text/javascript\"> document.ontouchmove = function(e){ e.preventDefault(); } </script>
You need to login to post a comment.
