收藏
回答

小程序阻止touchmove事件

阻止事件怎么弄

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

4 个回答

  • 赵青山
    赵青山
    2017-06-27

    catchtouchmove


    2017-06-27
    有用 1
    回复
  • 冬寒季
    冬寒季
    2021-12-22

    绑定一个catchtouchmove空事件,比如:

    //wxml
    catchtouchmove="toPreventDefault"
    
    //js
    toPreventDefault(){}
    

    如果要包含其他touch事件,那就都设置为toPreventDefault即可。

    2021-12-22
    有用
    回复
  • 赵青山
    赵青山
    2017-06-28

    ........

    2017-06-28
    有用
    回复
  • 祁
    2017-06-28

    大哥 是不让touchmove 不是给touchmove绑定事件ok?

    2017-06-28
    有用
    回复
登录 后发表内容