小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在小程序web-view组件中打开H5,H5页面调用window.prompt()不会阻塞,并且跳出两次,无法获取返回值。
有时按钮要点击两次才能触发事件。
手机型号:小米8 MI8
微信版本号:Version 7.0.16
系统版本号:MIUI11.0.8稳定版 Android 10
html页面内容:
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请问现在有解决方案吗
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
代码片段:https://developers.weixin.qq.com/s/ekJ5bPmw71iG
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>测试</title>
</head>
<body>
<button onclick="aa()">测试</button>
<script>
function aa() {
var a=prompt('请输入字符串');
alert(a);
}
</script>
</body>
</html>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请问现在有解决方案吗
手机型号:小米8 MI8
微信版本号:Version 7.0.16
系统版本号:MIUI11.0.8稳定版 Android 10
代码片段:https://developers.weixin.qq.com/s/ekJ5bPmw71iG
html页面内容:
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>测试</title>
</head>
<body>
<button onclick="aa()">测试</button>
<script>
function aa() {
var a=prompt('请输入字符串');
alert(a);
}
</script>
</body>
</html>