Android Webview Scrolling Issue :
Problem : I'm not able to scroll down in android webview - until i long press and goes to "select text" mode. It's happening in some pages only. Also not sure about other scenario.
Cause : Reason behind this problem is - android webview not automatically resize webview height according to content height. It try to fit content in previous page height. So, if your current page content is smaller then next or previous page - then next and previous page is not able to scroll. Until you give static height through CSS.
Solution : Still Finding, Trying to apply some javascript
Hope, it will save your day.
There is no code - it's just to saving this problem for future reference.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.