79534410

Date: 2025-03-25 17:22:34
Score: 2
Natty:
Report link

Solved by myself using a touchEnd event doing this:

onTouchEnd={(swiper) => {
          setTimeout(() => {
            swiper.slideToClosest();
          }, 300);
        }}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Luca