收藏
回答

小程序 真机调试 不支持 offscreen canvas

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx6afed118d9e81df9 0.0.5 wxd64edfe313960d04 Android 7.0.5 2.7.7

onLaunch: function () {

    plugin.configPlugin({

    fetchFunc: fetchWechat.fetchFunc(),

    tf, canvas: wx.createOffscreenCanvas()

    })

 }

真机调试时报错,看微信小程序开发文档说,目前真机调试不支持createOffscreenCanvas()这个API。

回答关注问题邀请回答
收藏

3 个回答

  • Willin Wang
    Willin Wang
    2019-11-06

    debug:///[publib]:1 appServiceSDKScriptError
    Dt.default.OffscreenCanvas is not a constructor; at wx.createOffscreenCanvas
    TypeError: Dt.default.OffscreenCanvas is not a constructor
        at eval (debug:///[publib]:1:666498)
        at Wt (debug:///[publib]:1:667132)
        at Object.Lt (debug:///[publib]:1:665198)
        at Object.p.<computed> (debug:///[publib]:1:1184691)
        at Object.eval (debug:///[publib]:1:481381)
        at Function.eval (debug:///[publib]:1:1183029)
        at Object.eval (debug:///[publib]:1:442685)
        at pe.onLaunch (weapp:///app.js:36:26)
        at pe.eval (debug:///[publib]:1:1460657)
        at eval (debug:///[publib]:1:1461219)
    errorReport @ debug:///[publib]:1

    2019-11-06
    有用 1
    回复
  • 张毛峰
    张毛峰
    2019-08-04

    wx.createOffscreenCanvas同样报错>_<

    2019-08-04
    有用 1
    回复
  • blue
    blue
    2019-08-03

    请问下你在预览时可以使用么,我这还是会出bug

    2019-08-03
    有用 1
    回复
登录 后发表内容