How to open safari, mail and doing call by html href link in UIWebView
Posted
by mobapps
on Stack Overflow
See other posts from Stack Overflow
or by mobapps
Published on 2010-03-29T08:34:12Z
Indexed on
2010/03/29
8:43 UTC
Read the original article
Hit count: 171
uiwebview
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.
© Stack Overflow or respective owner