swiper icon indicating copy to clipboard operation
swiper copied to clipboard

Flickering issue on android with swiper

Open VISHWATEJA-G opened this issue 3 years ago • 2 comments

https://user-images.githubusercontent.com/94345292/144246213-5433c18a-c6f2-4fe3-b0e3-24c9641b090a.mp4

Check that this is really a bug

  • [X] I confirm

Reproduction link

https://codesandbox.io/s/wiwd6?file=/src/app/app.component.ts

Bug description

When I am using swiper component [effect]="'cards'", the overall screen starts flickering when swiping the cards on only android device. When there are more than 20 cards, then only its starts to flicker other wise it works fine.

Expected Behavior

When we add 'n' number of cards, it should not flicker.

Actual Behavior

Flickering after adding more than 20 cards.

Swiper version

7.0.6

Platform/Target and Browser Versions

Android

Validations

  • [X] Follow our Code of Conduct
  • [X] Read the docs.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • [X] 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

VISHWATEJA-G avatar Dec 01 '21 13:12 VISHWATEJA-G

try with https://swiperjs.com/swiper-api#param-maxBackfaceHiddenSlides

vltansky avatar Feb 02 '22 17:02 vltansky

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 13 '22 09:08 stale[bot]

New Swiper v9 doesn't have Angular components anymore, it is recommended to use new Swiper Web Components instead.

nolimits4web avatar Feb 01 '23 10:02 nolimits4web