Swiper JS / on scroll interaction not working

I am setting up a Swiper JS on my webflow. I’ve successfully created the swiper function. BUT, the on-scroll interactions do not work with mobile devices with Swiper JS. The interactions work in webflow designer and on regular computer screens but on published (live version) mobile, it does not work. Is there a setting in thats conflicting?

Hi there,

Scroll interactions don’t work on iOS mobile devices (iPhone, iPad, iPod) due to Apple’s platform limitations. This occurs because Apple restricts developers from running scripts during browser scrolling events. While this affects scroll-based animations and interactions, you can still create engaging mobile experiences using alternative animation triggers like clicks, hovers (which convert to taps), or page load animations.

For technical details about this limitation, you can refer to the Apple developer library.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.