解决了么
tapShareButton WebviewId: 125 not found?调用button组件open-type="share"分享小程序,模拟器正常,真机调试报警告,没有分享弹窗
2023-11-30我也遇到了这个问题,太难受了,调试1.0不行 调试2.0正常,目前安卓上面不正常,啥玩意儿哦,谁能帮帮我呢。。。。 V lanccj 有偿
真机调试无法转发 提示 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 。 在 安卓 设备上,预览和真机调试都正常。
2023-11-30