I ran into this too. I started to work around it by handling the up/
down key presses myself. But ran into the issue that there was no way
to get the computed size of the full view. (I thought about creating a
webview subclass to expose the protected method
computeVerticalScrollRange but decided it was more trouble that it was
worth.) All I wanted to do was to be able to scroll the view by full
screens at a time rather than quarter screens.
On Jan 4, 7:29 pm, tomgibara <tomgib...@hotmail.com> wrote:
> At present, it seems that anyWebView(and also the phone's built-in
> browser application) allows the user to scroll to any extent both
> vertically and horizontally. Scrolling beyond the extent of the HTML
> displays a white background. Is this an intended feature of theWebView, a current limitation, or a bug, or is there some way of
> controlling this behaviour?