收藏
回答

canvas使用

对canvas使用position: fixed,但是对canvas内部的图形貌似不生效?会跟着屏幕滚动。请教有谁遇到过?怎么解决?

回答关注问题邀请回答
收藏

2 个回答

  • 小芬
    小芬
    2018-09-13

    <canvas  disable-scroll="true" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd" canvas-id="myCanvas" />


    在canvas里添加disable-scroll="true" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd"


    这段即可

    2018-09-13
    有用
    回复 2
    • 2018-09-21


      2018-09-21
      回复
    • 2018-09-21回复

      写了。  还有个问题请教  。就是这个

      canvas

      有办法做到全屏幕横屏吗

      2018-09-21
      回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-08-31

    你好,请留意原生组件的使用限制:
    https://developers.weixin.qq.com/miniprogram/dev/component/native-component.html

    2018-08-31
    有用
    回复
登录 后发表内容