Is there an equivalent method for B4I to set the scale of a Webview like this in B4A?
Derek
B4X:
Obj1.Target = WvMain
Obj1.RunMethod2("setInitialScale", "200", "java.lang.int")
Derek