How to implement one-click direct call by phone number on the webpage _ example and one-click direct call
How to implement one-click direct call by phone number on the webpage
Problem:
When you open a website through a mobile phone, you need to click the phone number to bring up the outgoing call menu.
Method:
Use the tel property of the hyperlink as follows:
<A class = "href =" tel: phone number to be called "> </a>
Note: Some Special Android phones may not be able to call out menus when embedding websites, because some settings may be blocked in the embedded QQ browser, you can add # mp.weixin.qq.com after the url to jump to the page. For example:
Rewrite web/about.html to web/about.html # mp.weixin.qq.com
How to achieve one-click direct call by phone number on the above webpage _ example is all the content shared by Alibaba Cloud xiaobian. I hope to give you a reference and support for the customer's house.
Source Address: http://www.cnblogs.com/zhanghj405/p/5279508.html