Hey guys!
I can’t get SwiperJS to work properly on mobile/tablet.
On desktop it’s working well, but on any touch device, the swiping action doesn’t work at all. Been wrestling with this for the last 24h. 
I appreciate your help and I’d be happy to pay for a solution. 
Preview: https://daybyday-dev.webflow.io/
Here’s my read-only link: Webflow - Day by Day
Thank you!!!
Here’s how it looks on my phone:
For anyone else struggling with this: I FOUND THE ISSUE!
It’s a bug straight from SwiperJS. As soon as I reverted to the previous build, everything works like it should.
In short, I changed the 9 to an 8, like so:
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
becomes
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
2 Likes