微信小程序真机调试报 TypeError: H.createEvent is not a function
在微信小程序使用canvas2d在开发工具没有问题,但是真机调试会报错,报错情况如下图
canvas代码:
<canvas type="2d" id="lucky-wheel" canvas-id="lucky-wheel" :style="{ width: boxWidth + 'px', height: boxHeight + 'px' }" ></canvas>
原因:canvas与canvas 2d支持的版本不一样,canvas2d不是2.0真机调试beta不支持真机调试,
把代码提交到线上微信设置为体验版本,在手机上运行体验版本是不会报错的