某些安卓手机的webview使用location.href="tel:123456"不能调到打电话的界面,可以用下面的解决办法:

config.xml文件最后加上一行:

<access origin="tel:*" launch-external="true"/>

以上仅限Phonegap/Cordova项目

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-11-07
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案