三星互联网浏览器共享链接问题

时间:2019-09-03 07:46:26

标签: html samsung-internet

HTML共享与rel属性“ noopener noreferrer”结合使用时,无法在Samsung Internet浏览器(当前版本9.4.00.45)上使用已安装应用程序(sms,邮件,facebook Messenger的链接)。相同的代码在使用(例如)Chrome浏览器的同一设备上运行良好。

这似乎是三星Internet浏览器中的错误。我期待在不删除这些rel属性的情况下获得任何解决方案。

<html>
    <body>
        <a href="whatsapp://send?text=https://www.google.de" target="_blank" rel="noopener noreferrer">
           Share via Whatsapp
        </a>
        <p/>
        <a href="sms:?body=https://www.google.de" target="_blank" rel="noopener noreferrer">
           Share via SMS
        </a>
        <p/>
        <a href="sms:?body=https://www.google.de" target="_blank">
           Share via SMS working (without rel noopener noreferrer)
        </a>
    </body>
</html>

0 个答案:

没有答案