尝试在网站中使用WhatsApp共享文本时遇到“未知协议”消息

问题描述 投票:0回答:1

我使用以下代码:

<!DOCTYPE html>
<html>

<head>
</head>

<body>
  <a href="https://api.whatsapp.com/send?text=Hello%20World!">Send</a>
</body>

</html>
Please use Opera browser, right click on Send and click on Open Link In New Tab
Opera then shows an alert msg:
Unknown Protocol:
Opera was unable to open the link since no application associated with "whatsapp:" protocol was found on your system.
How come I am seeing the above msg.
And please give a solution.
NB: I didnt use to see the msg before. It appeared only now.
html whatsapp
1个回答
0
投票

正如您在开发人员工具中看到的那样,opera会尝试向whatsapp://应用程序发出请求(使用whatsapp架构),这就是您收到错误的原因。

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.