4

I have a WebView that displays some HTML content. Inside my HTML I have placed overflow-y: scroll for a particular div. Now when the number of items exceed the area of the div the div does not scroll. Anyone having any idea, please suggest.

overflow-y: auto doesn't help either.

soumyajit das
  • 131
  • 1
  • 7

2 Answers2

0

This is a problem with Android. Maybe the WebView is unable to support the scrollable div element.

Found a possible solution at the following link: http://www.seabreezecomputers.com/tips/scroll-div.htm

Worked for me. Hopefully it will work for you guys. Cheers

soumyajit das
  • 131
  • 1
  • 7
-2

Have you tried using ScrollView in your xml?

Winona
  • 2,950
  • 2
  • 21
  • 29