My Android WebView
isn\'t scrollable.
XML Code:
I've posted this as a comment as I think this may be a duplicate, but I would look at this question:
Android WebView Scrollable
Which provides a few calls which I believe will solve this issue.
Another issue:
Try changing your webview from "Wrap Content" to some specific height. Then set the scrollables.
Try something like 300dp and go from there.