I am loading a WebView in an Android application with the below code:
mWebView.loadURL("https://wat.harminson.com/html/index.html");
The above code is working fine in Android 2.2 and greater. But when I change my app to 2.1 I am unable to see the WebView. I am just seeing the white screen. Any suggesstions as to what might cause this?
is that your problem ?
http://damianflannery.wordpress.com/2010/09/28/android-webview-with-https-loadurl-shows-blankempty-page/