Android Question get webview scroll height

MhdBoy

Member
Licensed User
Longtime User
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
 
Top