Leni Berry Active Member Licensed User Longtime User Oct 2, 2017 #1 I want to show/ hide a button if the user scrolls to the end of webview.
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2017 #2 You will need to inject JavaScript that monitors the scroll position and eventually raises an event. Upvote 0
eps Expert Licensed User Longtime User Oct 2, 2017 #3 STR does this I think - well it detects a pull to refresh, at the top... see this... you should be able to adjust for the bottom of a web page https://www.b4x.com/android/forum/threads/webchromeclient-pull-to-refresh-solved.81831/#content Upvote 0
STR does this I think - well it detects a pull to refresh, at the top... see this... you should be able to adjust for the bottom of a web page https://www.b4x.com/android/forum/threads/webchromeclient-pull-to-refresh-solved.81831/#content