I am trying to use a WebView in my Android application. I am creating my webview in code-side (not in XML). My problem is; when I call loadUrl method of webview, the webview
WebView wb=new WebView(); wb.setInitialScale(60);
this is used for set layout of the emulator. 60 means % value. we can use 0% to 100%.