In the android SDK documentation for android.webkit (I assume this is interfaced to by WebView), I see the two methods: public float getScale () and public void setInitialScale (int scaleInPercent). I am guessing these are related to the methods Zoomin and Zoomout and the WebView method for zooming.
Can I access these methods from B4A - maybe with agraham's Reflection library? Will they return something related to the zoom factor?
Thanks,
Barry.
Can I access these methods from B4A - maybe with agraham's Reflection library? Will they return something related to the zoom factor?
Thanks,
Barry.