You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slides per page will show three per "slide" and slides per move determines how many slides the carousel moves with previous/next. In its current state, you need to drag three slides for the dot to change. However, if you set slides-per-move to 1 you'll notice it update even when you slide just one.
If I'm missing something, please let me know and I'll reopen for further investigation.
It works when you use the navigation buttons but when I swipe my finger across the slides from left to right (as mouse dragging is enabled), the marker does not change for me.
I tested on iPhone SE with iOS 17.6.1 across Safari, Chrome and Firefox and the result persists.
when I swipe my finger across the slides from left to right (as mouse dragging is enabled
Ah, this is what confused me. Mouse dragging is actually handled in a separate code path because touch "just works" due to the use of scroll snap. It looks like that is working fine.
However, swiping no longer causes the navigation dots to update.
Describe the bug
When viewed on a mobile device (only tested iPhones) the pagination markers below the slider do not change accordingly when carousel items are swiped.
To Reproduce
Steps to reproduce the behavior:
Demo
Here is my demo (open on mobile)
https://codepen.io/grzegorz-rogala/pen/LYKxOZR/0b4177bc561512ddcf1bb9dda38d8e60
Browser / OS
The text was updated successfully, but these errors were encountered: