WebView1.LoadUrl("https://www.b4x.com")
Wait For WebView1_PageFinished (Url As String)
Dim jo As JavaObject = WebView1
jo.RunMethodJO("getEngine", Null).RunMethod("executeScript", Array( _
$"document.body.style.overflow = 'hidden';"$))
Seems to disable scrolling as well as hiding the bars.
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.