How can I achieve one-click direct call of phone numbers on a webpage? The following example shows how to implement one-click direct call for phone numbers on the webpage. Hope to help you. Let's take a look at it with xiaobian.
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:
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 you can give us a reference and support for your own home.
Source Address: http://www.cnblogs.com/zhanghj405/p/5279508.html