<canvas id="canvas" canvas-id="canvas" disable-scroll="true" bindtouchstart="canvasStart" bindtouchmove="canvasMove" binderror="canvasIdErrorCallback" bindtouchend="canvasEnd"></canvas> <view class="tips"> <view wx:if="{{!isSign}}" class="tv1">{{textConfig.signAreaLimit}}</view> <view wx:if="{{!isSign}}" class="tv2">{{textConfig.signSubAreaLimit}}</view> </view>
2024年3月26日 突然线上版本的小程序 canvas组件无法绘制内容,排查后应该是canvas上的view遮挡导致, 但是在此之前一直都是正常可以绘制的, 请问是什么微信小程序做了什么升级么?劳烦官方能解释下,方便我们排查问题和后续调整
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
微信版本号:8.0.48
系统版本号:17.3.1
https://developers.weixin.qq.com/s/xASGmYmX7KPa
此问题发生与2024年3月26日,经测试,安卓机型,ios机型,多微信版本,多系统版本都出现此问题
开启同层渲染 type=2d 试试https://developers.weixin.qq.com/miniprogram/dev/component/canvas.html
微信最近的两三个ios版本,关于canvas画图有bug,官方已知这个问题,目前尚未修复