[SOLVED] Nested swiper slide doesnt work

I have a card which i use mousedown/touchstart event to move around ( using vanilla javascript) but the problem is inside the Card a i have a swiper slider. when I add the Eventlistner for mousedown/touchstart the swiperslider deosnt detect the click events for next or previous element. I event set the swiper slider to nested but still it deosn’t work

Sorry i was using wrongly

		event.preventDefault();
		event.stopImmediatePropagation();
1 Like