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.