都2024了还不支持
wx.createOffscreenCanvas真机调试报错调用wx.createOffscreenCanvas(),在开发工具中编译通过,且能正常运行,但是在真机调试时总是报错,错误信息如下: [publib]:1 appServiceSDKScriptError Pr.default.OffscreenCanvas is not a constructor; at wx.createOffscreenCanvas TypeError: Pr.default.OffscreenCanvas is not a constructor at [publib]:1:427374 at Object.eo ([publib]:1:427410) at Object.<anonymous> ([publib]:1:247770) at Function.<anonymous> ([publib]:1:799299) at Object.<anonymous> ([publib]:1:234003) at test1 (weapp:///pages/heatmap/index.js:115:23) at H.onReady (weapp:///pages/heatmap/index.js:40:17) at H.<anonymous> ([publib]:1:1030813) at H.p.__callPageLifeTime__ ([publib]:1:1030572) at [publib]:1:1050566
07-18还没解决吗
真机调试wx.createOffscreenCanvas()返回nullhttps://developers.weixin.qq.com/miniprogram/dev/api/canvas/wx.createOffscreenCanvas.html 点击ide真机调试,wx.createOffscreenCanvas()返回null,请问离屏canvas什么时候支持真机调试?
07-17解决了吗。这个问题
真机调试 Cannot read property 'getContext' of null ?Cannot read property 'getContext' of null TypeError: Cannot read property 'getContext' of null 真机调试报错,模拟没问题,点按钮调用这个函数 function getCharacterMatrix(char, width, height, fontName, fontSize) {//01 点阵 const text = char;//输入的单字符 console.log('text:',text.length) // 创建一个临时的Canvas对象 const canvas = wx.createOffscreenCanvas({type: '2d', width: fontSize, height: fontSize}); const ctx = canvas.getContext('2d');//这里真机 报错了 }
07-17这个问题居然还没解决
input输入框在搜狗输入法出现的问题- 当前 Bug 的表现(可附上截图) [图片] 点击输入开始输入 输入框中显示键盘已经选择字母,但是在没选中点击键盘左上角的输入时,去点击页面其他地方,键盘收起输入框保留了刚才的输入值,但是这种情况组件并没有出发输入事件 - 预期表现 在这种输入法的模式下,如果不选中没出发事件,输入框不应该显示输入值,这样用户以为已经输入,但是组件并没有读取到 <input type="text" maxlength="20" data-name="addName" placeholder="请输入名称" placeholder-class="phClass" :value="addInvoice.name" />提问
2022-10-18都2022年了还没解决,坑死了
微信支付成功后,没有回调?微信支付成功后,没有回调?怎么回事
2022-03-31