I have a WebView in my app with wrap_content width and height
WebView
wrap_content
Before I use webview.loadData, the width and height of the it wa
webview.loadData
use following statement before loadData:
view.loadUrl("javascript:document.open();document.close();");