fash866 Member Licensed User Longtime User Sep 15, 2015 #1 Like the javascript:document.body.scrollTop. Is there any idea to run webview.getScrollY()? Last edited: Sep 15, 2015
eurojam Well-Known Member Licensed User Longtime User Sep 15, 2015 #2 have a look to webviewextras: https://www.b4x.com/android/forum/threads/webviewextras.12453/#post70053 there are methods: pageDown(webView1 As WebView, scrollToBottom As boolean) and pageUp(webView1 As WebView, scrollToTop As boolean) Upvote 0
have a look to webviewextras: https://www.b4x.com/android/forum/threads/webviewextras.12453/#post70053 there are methods: pageDown(webView1 As WebView, scrollToBottom As boolean) and pageUp(webView1 As WebView, scrollToTop As boolean)
fash866 Member Licensed User Longtime User Oct 10, 2015 #3 eurojam said: have a look to webviewextras: https://www.b4x.com/android/forum/threads/webviewextras.12453/#post70053 there are methods: pageDown(webView1 As WebView, scrollToBottom As boolean) and pageUp(webView1 As WebView, scrollToTop As boolean) Click to expand... Yes!!!!!You are right!!!very very very very thanks!!!!!! Upvote 0
eurojam said: have a look to webviewextras: https://www.b4x.com/android/forum/threads/webviewextras.12453/#post70053 there are methods: pageDown(webView1 As WebView, scrollToBottom As boolean) and pageUp(webView1 As WebView, scrollToTop As boolean) Click to expand... Yes!!!!!You are right!!!very very very very thanks!!!!!!