Stop Propagation on swipable tabs

I have some swipable tabs with a linked list in each of the tabs. Whenever I swipe the tabs, the link of the item is triggered as well. Is there any way to stop the propagation of the touchstar event?

You need disable touchMove propagation on swiper https://github.com/framework7io/framework7-vue/issues/339

Thank you, that did the job! :+1:

1 Like