Hi all,
I am trying to load a html string as
NSString *htmlData = @"This is a <b> bold text </b> ";
[aWebView loadHTMLString:htmlData baseURL:nil];
but i am not getting the out as bold text. Its just displaying the output as bold text
What am i doing wrong ?
I guess this is a bug in WebView , as it is not able to render the htmlentities properly.
Thanks Biranchi