I developed a webview app for android and iOS. I noticed that I can\'t scroll over a specific html element in the android app, while it works on iOS.
This is the website
Have you tried setting this to your webView?
webview.setVerticalScrollBarEnabled(true); webview.setHorizontalScrollBarEnabled(true);