onLaunch: function () {
plugin.configPlugin({
fetchFunc: fetchWechat.fetchFunc(),
tf, canvas: wx.createOffscreenCanvas()
})
}
真机调试时报错,看微信小程序开发文档说,目前真机调试不支持createOffscreenCanvas()这个API。
问题类型 | 插件 AppID | 插件版本号 | AppID | 操作系统 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|---|
Bug | wx6afed118d9e81df9 | 0.0.5 | wxd64edfe313960d04 | Android | 7.0.5 | 2.7.7 |
3 个回答
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
wx.createOffscreenCanvas同样报错>_<
请问下你在预览时可以使用么,我这还是会出bug