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:
...but then my webview is disabled.
How to do it the smart way?
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?