http://idangero.us/swiper/demos/180-nested.html
This is a (multiple allowed):
As user i go to : http://idangero.us/swiper/demos/180-nested.html
I click around on the pagination bullets for a while.
I Expect that swiper is navigating to the appropriate slide every time I try to navigate.
Sometimes swiper is navigating to other slides.
How to replicate "Sometimes swiper is navigating to other slides"?
Hey Vladimir. Unfortunately I could not find a pattern :S
I can make a video if you like.
Video will be good
where do I put the video?
You can put it here
Reproduction-inconsistent-navigation.zip
It is a hasty video. Can be reproduced by slow clicking too.
On your video i see everything is correct, where is the issue?
Cut-2, slower pace: on 39seconds I click on 3rd bullet. Swiper is navigating to slide 1.
What if animation is turned off?
Also I've implemented swiper with 3 items. It seems that the bug occurs more often on 3 items. Maybe quantity has an impact on this bug?
I had the same issue. I noticed that swipe event works over bullets too, and swiper navigates to other slides because of mini swiping move while you pressing bullet. To solve this issue I simple moved bullets out of .swiper-container
The solution @Nikolay01 used unfortunately doesn't really work when using multiple sliders though.
Is there any plan to ignore swipes on bullets?
solved by changing touchEventsTarget to 'wrapper'
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.
This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.
i am using latest version of swiper but facing same issue - Sometimes swiper is navigating to other slides.
same here. behaves like @SSiertsema mentioned.
@csbug: the solution of @Etto91 with 'touchEventsTarget' set to 'wrapper' seems to work (for me and till now - i'm not able to reproduce it)
Most helpful comment
I had the same issue. I noticed that swipe event works over bullets too, and swiper navigates to other slides because of mini swiping move while you pressing bullet. To solve this issue I simple moved bullets out of .swiper-container