can anybody tell me the difference between loadData() and loadDataWithBaseURL() in WebView class.
when i used web.loadDataWithBaseURL("",html, mimetype, encoding,"");
in my program , where html is the string that contains hard coded html tags, its displaying just like as html page
where as when i used loadData(html,mimetype,encoding) in my code the application is closing.
i read the API but could not understand it..... so please help me...
Thanks in Advance
Ash