I set WebView with this initial values
webview.getSettings().setBuiltInZoomControls(true);
webview.getSettings().setLoadWithOverviewMode(true);
webview.getSettings().setUseWideViewPort(true);
After the first loading, the web page shows as full page. If I load a new Url the new page shows with the last zoom settings. It is not loaded with the initial setting. How can I reset the last zoom settings to initial value before loading the next url?