My html string is like this:
Use loadDataWithBaseURL instead.
webView.loadDataWithBaseURL(null, html,"text/html", "UTF-8", null);
Here's the discussion that has this workaround: http://code.google.com/p/android/issues/detail?id=1733
Comments : #14 and #18
Worked here.