G GiulioVale Active Member Licensed User Dec 2, 2014 #1 Any solution to intercetp webview scroll from inside B4I?
Erel Administrator Staff member Licensed User Dec 2, 2014 #2 The scrolling is handled internally by the WebKit engine. It doesn't raise any event.
G GiulioVale Active Member Licensed 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
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 Administrator Staff member Licensed User Dec 3, 2014 #4 You can use such a solution with a timer. You can inject the JavaScipt with the code posted here: http://www.b4x.com/android/forum/threads/javascript.46467/#post-287157
You can use such a solution with a timer. You can inject the JavaScipt with the code posted here: http://www.b4x.com/android/forum/threads/javascript.46467/#post-287157