Reflection Library and Scaling a WebView

cbanks

Active Member
Licensed User
Longtime User
When I run the following code it doesn't immediately show the effect on the current page I"m viewing. It doesn't seem to take effect until I navigate to the next page. What would I need to do to make it zoom in immediately?

Obj1.RunMethod2("setInitialScale", "200", "java.lang.int")
 
Top