html – 在Firefox中可点击tel协议标签

前端之家收集整理的这篇文章主要介绍了html – 在Firefox中可点击tel协议标签前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个非常标准的电话号码标签.它适用于除Firefox之外的所有内容.我认为tel协议是标准的 – 有没有我不知道的解决方法
<a class="tel" href="tel:8001234567">(800) 123-4567</a>

Firefox错误消息:

The address wasn’t understood

Firefox doesn’t know how to open this address,because the protocol (tel) isn’t associated with any program.

You might need to install other software to open this address.

解决方法

Firefox不知道每个协议的程序.在这种情况下,用户需要在设置中指定程序.除非用Skype引入的非官方callto替换它,否则没有服务器端的解决方法.

猜你在找的HTML相关文章