How can I tell a (Android) WebView to start off at a custom scale? -


I try to tell WebView to scan a certain percentage scale down the page I am here. I have tried to experiment because it looks like what I really want, but there was no effect in it.

Am I clear about something?

Thank you in advance!

I do not have a complete code available, nor do I have this time but I remember that You start with:

  last view zoom = mWebView.getZoomControls (); MContentView.addView (Zoom, ZOOM_PARAMS); Zoom .SetSwasibility (see Gene);  

Then you should be able to set zoom.

You set zoom by:

  mWebView.getSettings () .setSupportZoom (true); MWebView.setInitialScale (25);  

Comments