Android Question How to detect scroll in WebViewExtras

danijel

Active Member
Licensed User
Longtime User
Hi,
I am making small browser.
I have URL address bar and webviewextras below.
What I want is when user:
-scroll down --> address bar move up (hide)
-scroll up --> address bar move down (show)

I can detect scroll with:
B4X:
GD.SetOnGestureListener(WebViewExtras1, "GD")

...but then my webview is disabled.
How to do it the smart way?
 
Top