Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiper stops sliding in iphone #6414

Closed
6 tasks done
smohadjer opened this issue Feb 19, 2023 · 8 comments
Closed
6 tasks done

Swiper stops sliding in iphone #6414

smohadjer opened this issue Feb 19, 2023 · 8 comments

Comments

@smohadjer
Copy link

smohadjer commented Feb 19, 2023

Check that this is really a bug

  • I confirm

Reproduction link

https://slaven.de/camp/ueberblick.html

Bug description

When I try to swipe photos in my slider on iPhone very often sliding stops before new photo is completely in view.

Expected Behavior

No response

Actual Behavior

No response

Swiper version

Latest version

Platform/Target and Browser Versions

Safari in iPhone 8

Validations

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Make sure this is a Swiper issue and not a framework-specific issue

Would you like to open a PR for this bug?

  • I'm willing to open a PR
@smohadjer
Copy link
Author

smohadjer commented Feb 19, 2023

Screenshot showing the problem:
IMG_6455

@guillermodlpa
Copy link

I noticed this as well today, when upgrading the version swiper in my project. I've confirmed that it was working fine in version 8.4.7. The issue starts happening in 9.0.0 and is still happening now with 9.0.5

@dpmango
Copy link

dpmango commented Feb 24, 2023

Downgrade to 8.4.7 helps.
Something gets wrong with 9.x

Got flickering behaviour on android devices when trying to swipe

    this.swiperInstance = new Swiper('.js-swiper-stories', {
      modules: [Pagination, Autoplay],
      slidesPerView: 1,
      spaceBetween: 0,
      autoplay: {
        delay: 6000,
      },
      pagination: {
        el: '.swiper-pagination',
        type: 'progressbar',
      },
    });

@shaibrown5
Copy link

+1

1 similar comment
@afewyards
Copy link

+1

@smohadjer
Copy link
Author

@nolimits4web Thanks for the fix. Do you know when we can expect a release with this fix?

@smohadjer
Copy link
Author

Fix is now released: https://github.com/nolimits4web/swiper/releases/tag/v9.1.0

Thanks

@virendra-koloapp
Copy link

I noticed this as well today, when upgrading the version swiper in my project. I've confirmed that it was working fine in version 8.4.7. The issue starts happening in 9.0.0 and is still happening now with 9.0.5

Better but not 100% ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants