wvtxtcastdet.loadData(text, "text/html", "utf-8")
where text is the HTML content. It works fine in every OS. But in ICS getting this error
java.lang.Throwable: EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up.
Please help me to solve this.
" + ""+textcastdet+"" + "
" + ""; try { wvtxtcastdet.loadData(text, "text/html", "utf-8"); } catch (Exception ex) { // TODO Auto-generated catch block ex.printStackTrace(); } – ARIJIT Feb 08 '13 at 06:04