cianmung
Results
1
comments of
cianmung
> disabled mousedown on the tags inside the swiper tag > > jQuery: $(".swiper").find("a").off("mousedown").on("mousedown", function(e){ e.preventDefault(); e.stopImmediatePropagation(); }); This method works for me! Thank you for the solution :D