社区这篇帖子介绍了同层渲染的原理 https://developers.weixin.qq.com/community/develop/article/doc/000c4e433707c072c1793e56f5c813
提到说同层渲染失败时会触发 bindrendererror 事件。但是在 canvas 2d 组件上没有效果,官方文档也没有提到这个 api, 实测同层渲染失败时 bindrendererror、binderror 两个事件都没有触发。
机型:红米 6 Pro
微信版本: 7.0.12
微信下载渠道:google play商店
SDKVersion: 2.10.4
系统: Android 9
示例代码:<canvas id="bar-chart" type="2d" bindrendererror="renderError" binderror="renderError"></canvas>
请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html