Tried too many times but failed , Here is the code that I have tried
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
android:fillViewport="true">
<WebView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/mainweb">
</WebView>
</android.support.v4.widget.NestedScrollView>
On launching the application nested scroll view is working fine but sometimes webview doesn't scroll.
I inserted webview inside nested scroll view to hide toolbar in fragment activities
Any help will be highly appreciate as I am stuck on this problem from past 7 months