I am trying to auto hide toolbar when content is scroll down in webview. For this i have already tried NestedScrollView, but it cause height issues in webview, and google does not recommend to use NestedScrollView in webivew. I also can't use Android-ObservableScrollView because i am already using some custom libs in webview.
Please help me out.
Thanks!