I have started developing an App using WebView. Actually I am loading an Image with Webview (I like to use the built-in zoom controls of the class). I can successfully load
If the white space you're talking about is on the right side, you can add this to the webview.
mWebView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
That should make the white space go away, provided it's on the right side where the scroll bar would be.