<ScrollView>
<LinearLayout>
<TextView/>
<WebView/>
<TextView/>
</LinearLayout>
</ScrollView>
Disable ScrollView vertical scroll when webview horizontal scroll on going.
ScrollView vertical scroll active when webview focus lost.
Currently when I scroll webview horizontally its scroll sticky.