还没修复吗
selectQuery获取canvas对应的node,返回为Null?,请微信官方尽快解决问题<canvas class="covercanvas" type="webgl" id="covercanvas" style="width: 100%; height: 100%;position: absolute;top: 0;" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd" ></canvas> 调试模式下正常,预览或者发布出去的版本node为null 代码片段: const query = wx.createSelectorQuery().in(this); query.select('#covercanvas') .fields({ node: true, context: true, id: true, dataset: true, rect: true, size: true, scrollOffset: true }) .exec((res) =>{console.log(res[0]);}) 返回的值: bottom: 320 dataset: Object height: 320 id: "webgl" left: 0 node: null nodeCanvasType: "webgl" right: 414 scrollHeight: 0 scrollLeft: 0 scrollTop: 0 scrollWidth: 0 top: 0 width: 414 可以看见,返回得node值为null。这个只有在发布或者预览的版本上有,调试模式下没有。@微信官方,请解决一下。
2021-03-10三年了 我来挖坟了 2021年01月08日14:30:02 复现了问题
image 相片旋转我们因为要对图片进行处理不能用wx.previewImage,用的image ,同时用了wx.getImageInfo ,但wx.getImageInfo没返相片exif中的Orientation 方向参数,导致IOS上部分相片会旋转 [图片]
2021-01-08我也碰到了 一年半以前的问题 还没解决 NB。 2020年12月15日09:39:05
received error code 1 on sync-0- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 无法真机调试,卸载重装了微信开发工具和微信都不管用 - 复现路径 只能用我的微信号 - 提供一个最简复现 Demo 所有例子不管用,感觉是微信服务端问题,把我的微信号限制了,因为用其他人微信扫是可以的
2020-12-15