My Android WebView isn\'t scrollable.
WebView
XML Code:
add this line and it will start working
webview.getSettings().setJavaScriptEnabled(true);
Hope, this solves your problem?