Skip to content

[html] 第75天 移动web页面如何自动探测电话号码? #521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
haizhilin2013 opened this issue Jun 29, 2019 · 8 comments
Open
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第75天 移动web页面如何自动探测电话号码?

@haizhilin2013 haizhilin2013 added the html html label Jun 29, 2019
@xxf1996
Copy link

xxf1996 commented Jun 30, 2019

应该是在head里加上这么一个meta信息:

<meta name="format-detection" content="telephone=yes">

不过安卓上并没看到效果……

@lookguy
Copy link

lookguy commented Jun 30, 2019

第一次知道meta里的format-detection

@haizhilin2013
Copy link
Collaborator Author

@lookguy 不错哦,查漏补缺的时候到了

@yxkhaha
Copy link

yxkhaha commented Jun 30, 2019

<meta name="format-detection" content="telephone=yes"> 
还有这种操作,不知道是不是这样子

@yangnande
Copy link

这个在浏览器上有兼容性,目前自测安卓qq浏览器可用,苹果qq浏览器不可用,自带浏览器可用

@jiamianmao
Copy link

还有贤弟第一次知道这个 meta,看来愚兄是时候放一波收藏的资源了。
这是一份与 部分相关的标签清单

@haizhilin2013
Copy link
Collaborator Author

@jiamianmao 愚兄高明!

@smile-2008
Copy link

应该是在head里加上这么一个meta信息:

<meta name="format-detection" content="telephone=yes">

不过安卓上并没看到效果……

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

7 participants