这是调试基础库版本问题,改一下版本试试看(高版本)
小程序canvas开发文档的webGL代码示例,导入后报错https://developers.weixin.qq.com/miniprogram/dev/component/canvas.html 小程序开发文档的webGL代码示例,导入后报错 [图片] [图片]
2020-12-18相同的问题,楼主问题解决了吗?
真机调试 SelectorQuery.exec 方法不执行回调[图片][图片] 自己写的代码就不贴了,直接用官方的这个测试,在开发者工具是可以用的,但是在真机上面还是报错 TypeError: Cannot read property 'createView' of undefined。这个提示完全没有头绪,百度发现也有别人有同样的问题,没有发现解决方案。我测试的真机有三星Note8,小米5。 补充:我是用Hbuilder的uni-app开发小程序,使用uni-app文档的写法现在是可以用的,用小程序提供的写法不行,现在看可能是uni-app生成还不能做到支持。主要是说小程序说提供一个新的2d接口,想用最新的,然后花了时间把自己搞死了。
2020-12-09我也是这个问题,怎么解决啊,楼主解决了吗?
真机调试错误,这是什么情况?怎么定位问题?VM21:2 (in promise) MiniProgramError Cannot read property 'createView' of undefined TypeError: Cannot read property 'createView' of undefined at n.value (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:1064980) at n.value (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:757375) at t (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:757542) at n.value (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:757631) at eval (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:1300784) at new Promise (<anonymous>) at pu (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:1300746) at eval (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:1302216) at Array.forEach (<anonymous>) at r (eval at n.call.document (http://127.0.0.1:51844/remote-debug/runtime.js?devtools_ignore=true:1:11339), <anonymous>:2:1302194)
2020-12-09@bum 我也是这个问题,在exec或者node的时候导致了这个错误 ,请问这个问题解决了吗?
canvas 2d query给出createView错误?想用canvas2d,在选中canvas时红米上一直报这个错误,在红米上query的.node与.exec的回调都不触发,在IOS和另一台安卓是可以的,如图[图片], 得到的结果: [图片] 似乎在exec或者node的时候导致了这个错误,有知道怎么解决的吗
2020-12-09