I manage to display a webview with the content that being derived from string, there is a link inside the string, http://www.google.com, webview supposed to make the link browse-able. But in my case, the link just being treated as a normal text, anyone know how to make this link browse-able? Like when clicked it’ll open up safari n show the webpage. Thanx in advance.
Share
I think this will helpful for you.
NSString *path = [[NSBundle mainBundle] bundlePath];
NSURL *baseURL = [NSURL fileURLWithPath:path];