Skip to content Skip to sidebar Skip to footer

Webview Scrolling Issue In Android?

I have tried many options but my webview does not scrolls vertically as it scrolls fine horizontally. I have added webview in my android app to show some web content in the app. Th

Solution 1:

How long is the file to be displayed? If it just contains Text, what is the probability that the text got wrapped and hence, fitted properly width wise. So, it didn't need any vertical scrolling at all!

Solution 2:

@sanchitsingh

If you are using webview in side Scrollview then you have problem with scrolling vertically because scrollview scroll vertically and webview also have its own scrollbars to scroll horizontally and vertically , and when you use webview in scrollview then Device/OS not recognize which view to scroll so it can't scroll your webview

Solution 3:

Actually I wrongly put the webview inside the scrollview. So it stops vertical scrolling.

Post a Comment for "Webview Scrolling Issue In Android?"