More swiper issues, swiper "Bouncing Back"

@Teodor This is similar to the issue i reported a few days ago regarding iPads and iPhones
The latest fixes for the swiper have resolved a few issues which I am extremely grateful for
However the "bouncing back’ problem is worse and now happens on on PC browsers also
I initially thought this may be linked with the lazy loader “bouncing back” to the last available image as they were LL’d so i tried going back to standard loading but this makes no difference

You can see this via two versions

https://www.bookastudentroom.com uses lazy loader

https://www.bookastudentroom.com/dev_index.php is standard image loading

swipe to the right and the swiper seems to return to the next image which would be displayed before the swipe after the swiper delay period

Hello Brian,

I think it’s caused by autoplay. Can you try turning it off just to test i that’s what is causing the problem?

Was the last script that I send you better than the final released version? Especially the lazy load causes problems since it updates the swiper each time an image is loaded and I think it then moves the slides back to the active slide.

will re upload it to site and check

That’s what i initially thought however https://www.bookastudentroom.com/dev_index.php is using standard load and not lazy load and still exhibits the problem.

I have also limited the number of records to 100 via a data view in case it was related to some sort of overload condition but still the same (although he initial issue of the lower div covering the swiper is less pronounced with less data)

Also, remember this problem existed previously but appeared localised to iPads/ iPhones, not it seems to be all instances

I have tried both the previous fixes you send me and they both exhibit this bounce-back issue

The second fix you sent is currently in place
( Ireally should have backed up the original, off to get it from laptop)

Could please try disabling auto play and test if this fixes the “jumping back” on drag?

Done @Teodor removing autoplay does stop the bounce-back