G GiulioVale Active Member Licensed User Longtime User Dec 2, 2014 #1 Any solution to intercetp webview scroll from inside B4I?
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2014 #2 The scrolling is handled internally by the WebKit engine. It doesn't raise any event. Upvote 0
G GiulioVale Active Member Licensed User Longtime User Dec 2, 2014 #3 Erel any possible workaround? I want make something like this http://stackoverflow.com/questions/2163275/detect-when-i-scroll-my-uiwebview-at-top-of-the-page Upvote 0
Erel any possible workaround? I want make something like this http://stackoverflow.com/questions/2163275/detect-when-i-scroll-my-uiwebview-at-top-of-the-page
Erel B4X founder Staff member Licensed User Longtime User Dec 3, 2014 #4 You can use such a solution with a timer. You can inject the JavaScipt with the code posted here: https://www.b4x.com/android/forum/threads/javascript.46467/#post-287157 Upvote 0
You can use such a solution with a timer. You can inject the JavaScipt with the code posted here: https://www.b4x.com/android/forum/threads/javascript.46467/#post-287157