对canvas使用position: fixed,但是对canvas内部的图形貌似不生效?会跟着屏幕滚动。请教有谁遇到过?怎么解决?
你好,请留意原生组件的使用限制:
https://developers.weixin.qq.com/miniprogram/dev/component/native-component.html
<canvas disable-scroll=“true” bindtouchstart=“touchStart” bindtouchmove=“touchMove” bindtouchend=“touchEnd” canvas-id=“myCanvas” />
这段即可