Hi, i have a question about web view.
In scroll view, we can get the amount of scroll with this code :
B4X:
ScrollView1.Panel.Height
But now i want to get this amount in web view, it means the height of contents in web view. But there is no function to do it. I has been try to do this with Java. But it return me null, constantly.
Thanks for helping
I think, that can't be done, because there is no physical element from which you can get the height. The scroll height of a webview is depending of its components (text, images so on), so only after rendering. you can try to use the webviewextras, where you can scroll progammaticaly: https://www.b4x.com/android/forum/threads/webviewextras.12453/#post70053