can someone tell me the difference between loadData () and loadDataWithBaseURL () in the WebView class.
when I used web.loadDataWithBaseURL("",html, mimetype, encoding,""); in my program, where html is a string containing hard-coded html tags, its display is exactly the same as the html page where, when I used loadData (html, mimetype, encoding) in my code, the application closes.
I read the API, but could not understand it ..... so please help me ...
Thanks at Advance
Ash
Ash
source share