tags:

views:

296

answers:

1

Hi,

I need to do three task in UIWebView,

  1. Open safari,
  2. Open mail
  3. 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.

+1  A: 
<a href="tel:34444444">a</a>
<a href="sms:34234234">b</a>
<a href="mailto:[email protected]">c</a>
overboming
`</a>` ________
KennyTM
oops = ________ =
overboming