Im having trouble integrating meteor and touch swipe. Im using touch swipe to switch between two different tabs and it works for some tabs but for others, Im getting this error. Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.
Ive seen other questions but im not getting an appropriate answer for my particular project. Im using chrome to debug
Asked
Active
Viewed 158 times
0

Tevin Thuku
- 437
- 1
- 8
- 19
-
What packages are you using for this? – Brendan Turner Jan 05 '16 at 15:25
-
@BrendanTurner Im using hedcet:touch-swipe – Tevin Thuku Jan 05 '16 at 15:26
-
[Duplicate issue](http://stackoverflow.com/questions/26478267/touch-move-getting-stuck-ignored-attempt-to-cancel-a-touchmove) – Brendan Turner Jan 05 '16 at 15:30
-
Ive seen that question already. Its simply not working, any ideas? – Tevin Thuku Jan 05 '16 at 15:32
-
No, unfortunately not. – Brendan Turner Jan 05 '16 at 15:34
-
I guess Ill use hammer js – Tevin Thuku Jan 05 '16 at 15:37