Hi,
I need to do three task in UIWebView,
- Open safari,
- Open mail
- Place the call.
I know that i can do it by using UIApplication's openURL, but i need to do by using UIWebView only, because my data is coming from server, and i need to do this task in that data, if data has www.link, email addres or call number.
Does anyone knows that what is the actual idea.
Thanks.