We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.mesloisirs.fr
When you have only 2 cards, let's say cards A on top and card B behind.
clicking on the top card A make the 2 left cards switch, and so you are actually grabbing the card B.
This problem doesn't exist with 3+ cards.
You can reproduce in mobile mode (even with dev tools) on my reproduction link (home page)
My Configuration is the following with Swipper latest version:
const swiper = new Swiper('.swiper', { effect: 'cards', grabCursor: true, centeredSlides: true, slidesPerView: 'auto', loop: true, pagination: { el: '.swiper-pagination', clickable: true, }, });
Thanks for taking this into consideration.
No response
Swiper 11.2.0
Chrome / Mobile version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check that this is really a bug
Reproduction link
https://www.mesloisirs.fr
Bug description
When you have only 2 cards, let's say cards A on top and card B behind.
clicking on the top card A make the 2 left cards switch, and so you are actually grabbing the card B.
This problem doesn't exist with 3+ cards.
You can reproduce in mobile mode (even with dev tools) on my reproduction link (home page)
My Configuration is the following with Swipper latest version:
Thanks for taking this into consideration.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
Swiper 11.2.0
Platform/Target and Browser Versions
Chrome / Mobile version
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: