If you just want to change the scale of the font in the webview you can use
B4X:
....
Dim wv As JavaObject = WebView1 ' webview1 = your webview
wv.RunMethod("setFontScale",Array(2.0)) ' where 2.0 is the scale factor ie double the size
....
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.