SIP和TEL链接在Internet Explorer中不起作用

时间:2019-06-17 07:23:34

标签: typescript internet-explorer internet-explorer-11 sip tel

SipTel链接最初在ie11中工作几次,但随后停止工作。 这在铬和边缘上效果很好。

mailto每次都能在Internet Explorer上正常运行。当mailtoSip停止工作时,我单击Tel一次,它们又开始工作。

在.ts中:

    this.chatUrl = 'sips:' + this.contactInfo.email;

在.html中:

    <a [href]="sanitize(chatUrl)">
        <img style="width:16px; height:16px;" class="contact-image" src="assets/img/IM.png">
    </a>
    <a href="tel:{{contactInfo.telephone}}">
        <i class="contact-image fa fa-phone"></i>
    </a>

1 个答案:

答案 0 :(得分:0)

无法重现该问题,似乎代码对我而言效果很好(使用IE 11.116.18362.0),请尝试清除IE浏览器的缓存和历史记录,然后重新测试代码。如果仍然无法使用,请尝试reset the IE browser setting或升级/重新安装IE浏览器。