收藏
回答

wx.createOffscreenCanvas 在真机上返回值为null?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.createOffscreenCanvas 微信iOS客户端 8.0.50 3.4.10

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);
回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    07-19

    我这边根据你的代码创建都无法复现,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    07-19
    有用
    回复 1
    • Demons
      Demons
      07-19
      安卓,ios,真机预览都没复现
      07-19
      回复
登录 后发表内容