Is there any way to completely disable web page scrolling in an iPhone web app? I\'ve tried numerous things posted on google, but none seem to work.
Here\'s my curre
If you are using jquery 1.7+, this works well:
$("donotscrollme").on("touchmove", false);