1.使用meta来限制页面不转换电话号码

  1 <meta name="format-detection"content="telphone=no"/> 

 

2.如果你需要一些数字点击呼出电话,可以使用以下的标签

<a href="tel:15989233999">15989233999</a>

 

3.如果是cordova的HybirdApp,需要使用第2种方式在一些特定地方点击呼出电话时,

需要在config.xml加入以下配置才能生效

<access origin="tel:*" launch-external="yes" />
<allow-intent href="tel:*" />

 

相关文章:

  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-08-07
  • 2022-12-23
  • 2021-04-19
猜你喜欢
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-09-13
  • 2021-08-22
相关资源
相似解决方案