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
When we use the 'touchReleaseOnEdges' parameter in the Swiper instance, the swipe functionality crashes in RTL mode.
While it works normally in LTR mode, in RTL mode, the swipe doesn't function properly.
Expected Behavior
When using 'touchmove' in the horizontal direction, the swiper should properly swipe from right to left or left to right.
Actual Behavior
In RTL mode, swiping right to left on touchmove doesn't work. If you navigate to the next slides using the navigation buttons, you can only go back by swiping left to right on touchmove. This is the only way for swiping in RTL mode.
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-touchreleaseonedges-rtl-mode-swxjw4?file=/index.html
Bug description
When we use the 'touchReleaseOnEdges' parameter in the Swiper instance, the swipe functionality crashes in RTL mode.
While it works normally in LTR mode, in RTL mode, the swipe doesn't function properly.
Expected Behavior
When using 'touchmove' in the horizontal direction, the swiper should properly swipe from right to left or left to right.
Actual Behavior
In RTL mode, swiping right to left on touchmove doesn't work. If you navigate to the next slides using the navigation buttons, you can only go back by swiping left to right on touchmove. This is the only way for swiping in RTL mode.
In LTR mode, there are no issues.
Swiper version
11.0.3
Platform/Target and Browser Versions
macOS Chrome 119
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: