If webview is scrollable:
Add this to the Manifest:
android:hardwareAccelerated="false"
OR
Add the following to WebView in the layout:
android:background="@android:color/transparent"
android:layerType="software"
Add the following to the parents scroll view:
android:layerType="software"