开发者

How to open safari, mail and doing call by html href link in UIWebView

开发者 https://www.devze.com 2022-12-24 06:12 出处:网络
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, b

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.


<a href="tel:34444444">a</a>
<a href="sms:34234234">b</a>
<a href="mailto:abc@gmail.com">c</a>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号