Is it possible to load a URL in a WebView and resize it to fit the screen? I mean I want to make the WebPage small so that the user doesn\'t need to scroll. Is this possible
webview_settings.setLoadWithOverviewMode(true); webview_settings.setUseWideViewPort(true); webview_settings.setBuiltInZoomControls(true);