Touch move getting stuck Ignored attempt to cancel a touchmove

后端 未结 5 1285
耶瑟儿~
耶瑟儿~ 2020-12-02 19:47

I\'m messing around with touch events on a touch slider and I keep getting the following error:

Ignored attempt to cancel a touchmove event with canc

5条回答
  •  离开以前
    2020-12-02 20:38

    Please remove e.preventDefault(), because event.cancelable of touchmove is false. So you can't call this method.

提交回复
热议问题