真机调试无法转发 提示 WebviewId not found
新建空项目。 填写好 AppID,只修改 /pages/index/index.wxml 一个文件,中间加入如下 2 个按钮,用于弹出转发界面。 <view style="margin-top: 100px;">
<view>
<button open-type="share" type="primary">SHARE</button>
</view>
<view style="margin-top: 40px;">
<button open-type="openSetting" type="primary">openSetting</button>
</view>
</view>
[图片] 在开发者工具中,可以成功弹出转发界面。 在 iOS 真机预览可以成功。 在 iOS 真机调试,报错: tapShareButton WebviewId: 135 not found
p @ VM13:2
ue @ VM13:2
eval @ VM13:2
emit @ VM13:2
dispatch @ VM13:2
cb @ VM13:2
emit @ VM13:2
subscribeHandler @ VM13:2
De @ runtime.js?devtools_ignore=true:1
eval @ VM61:1
ce @ runtime.js?devtools_ignore=true:1
We @ runtime.js?devtools_ignore=true:1
Ge.ze.onmessage @ runtime.js?devtools_ignore=true:1
[图片] iOS 试验了 2 部手机,iPhone 7 Plus iOS14.7.1 微信 8.0.37 (2.31.1[918]),另一部是 iPhone 11 Pro iOS 14.5 微信 8.0.37 。 在 安卓 设备上,预览和真机调试都正常。