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
I had this problem and all I had to do is return true from touchend and the warning went away.
return true