https://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.createOffscreenCanvas.html
开发者工具没问题,真机上,正式版,开发版都有问题,目前只测试了苹果手机每一个都有问题
const canvas = wx.createOffscreenCanvas({type: '2d', width: 400, height: 300});
console.log(canvas);
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | wx.createOffscreenCanvas | 微信iOS客户端 | 8.0.50 | 3.4.10 |
1 个回答
我这边根据你的代码创建都无法复现,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。