Javasctipt is not java. you can get the document height using javaobject
B4X:
Private Sub getWebDocHeight() as int
Dim j as JavaObject = WebView1
return j.RunMethodJO("getEngine", Null).RunMethod("executeSctipt", Array("doucment.body.scrollHeight"))
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.