Touch move getting stuck Ignored attempt to cancel a touchmove

后端 未结 5 1290
耶瑟儿~
耶瑟儿~ 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:24

    I had this problem and all I had to do is return true from touchend and the warning went away.

提交回复
热议问题