简体   繁体   English

html href =“ tel:4442727,2”或href =“ tel:4442727p2”在Android上不起作用

[英]html href=“tel:4442727,2” or href=“tel:4442727p2” does not work on Android

As title mentions, in my mobile web site I can call a number but I need to add a 2-3 seconds pause to the call in order to dial the extension. 如标题所述,在我的移动网站上,我可以拨打电话,但我需要在通话中添加2-3秒的暂停时间才能拨打分机号。 No matter what I tried I cannot achieve this. 无论我尝试了什么,我都无法实现。 Both href="tel:4442727,2" nor href="tel:4442727p2" works on android (I tested on 5.1). href =“ tel:4442727,2”和href =“ tel:4442727p2”均可在android上运行(我在5.1上进行了测试)。 When I use a comma it works on iOS but not on Android What am I doing wrong? 当我使用逗号时,它可以在iOS上运行,但不能在Android上运行,我在做什么错?

Try changing it to three commas - I've seen this correct the problem in the past. 尝试将其更改为三个逗号-过去我已经看到过此问题的解决。

href="tel:4442727,,,2"

Alternatively, replace the comma with a 'w' and Android will dial the phone number then prompt you to hit a button before dialling the extension. 或者,将逗号替换为“ w”,Android将拨打电话号码,然后提示您在拨打分机号之前按一个按钮。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM