What I have: I\'m loading image from a URL. I simply do (WebView).loadUrl(imageurl, extraheaders)
(WebView).loadUrl(imageurl, extraheaders)
What I get: Image i
you should scale the webView to fit the screen:
WebView data = (WebView) getViewById(R.id.webview1); data.getSettings().setLoadWithOverviewMode(true); data.getSettings().setUseWideViewPort(true);