HarmonyOS 鸿蒙Next如何取消Web组件对网页警告弹窗的监听

发布于 1周前 作者 eggper 来自 鸿蒙OS

HarmonyOS 鸿蒙Next如何取消Web组件对网页警告弹窗的监听

使用Web组件加载一个本地html,网页中有一个警告弹窗按钮、点击之后,无响应。需要到Web组件中的OnAlert中处理。如何取消该监听事件。弹出网页alert弹窗呢?

代码如下:

<!DOCTYPE html>
<html>
<head>
<meta charset=“utf-8”>
<script>
function myFunction()
{
alert(“警告框!”);
}
</script>
</head>
<body>
<input type=“button” onclick=“myFunction()” value=“显示警告框”>
</body>
</html><button style="position: absolute; padding: 4px 8px 0px; cursor: pointer; top: 8px; right: 8px; font-size: 14px;">复制</button>

cke_138.jpeg



关于HarmonyOS 鸿蒙Next如何取消Web组件对网页警告弹窗的监听的问题,您也可以访问:https://www.itying.com/category-93-b0.html 联系官网客服。

6 回复
同问,闭包里面不论返回ture或者false都不会触发web的弹窗。

有要学HarmonyOS AI的同学吗,联系我:https://www.itying.com/goods-1206.html

请问解决了吗?web端alter怎么才能显示

希望HarmonyOS能继续加强与其他应用的兼容性,让用户体验更加完美。

有要学HarmonyOS AI的同学吗,联系我:https://www.itying.com/goods-1206.html

回到顶部