Android Question Vertical Scroll bar does not appear in a webview control (unable to scroll)

beelze69

Active Member
Licensed User
Longtime User
Hi !

I have a webview control in which I keep populating the data continuously..

However, the vertical scroll-bar does not appear at all due to which I am unable to scroll down the contents.

i) What could be the problem ?

ii) Is there a way to explicitly activate the Vertical Scroll bar via code ?


iii) Also, I noticed that most coding examples show the TITLE of the Webview getting scrolled up.
Is there a way to prevent the TITLE of the Webview control from being scrolled up ?

Please help.

Thanks
 
Last edited:
Top