Someone knows how to tell me if I have a Web page position at the time of starting the App that has a WebViewer, example when opening the page it initially shows in the middle.
Someone knows how to tell me if I have a Web page position at the time of starting the App that has a WebViewer, example when opening the page it initially shows in the middle.
Try the following code:
WebView webView = (WebView) findViewById(R.id.myWebView);
webView.getSettings().setDefaultZoom(ZoomDensity.FAR);
I've picked up the following topic: link