I have a full screen UIWebView component on the screen with fixed size content, so no scrolling required. When I nudge the screen the content in moving up or down.
The same effect can one experience all over the iPhone when there is a scroll-enabled component.
I would like to prevent this happening in my application. Please shed some light…
There seems to be a javascript that prevents scrolling while keeping the ability to click on links:
I have not tested this and can’t find any documentation. I consider it a hack.