1

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!

Mustansir
  • 2,445
  • 1
  • 21
  • 32

1 Answers1

0

Finally figured it out!!!

How to Hide ActionBar/Toolbar While Scrolling Down in Webview

Followed the second answer and it did the trick.

Community
  • 1
  • 1
Mustansir
  • 2,445
  • 1
  • 21
  • 32