In my app I have a ScrollView that contains some linearviews, some textviews and One Webview, then other linear layouts etc. The problem is that the WebView does not scroll.
mWebview.setNestedScrollingEnabled(true);
or add in Webview tag in XML
Webview
android:nestedScrollingEnabled="true"
Warning: only for API 21 and 21+