Checks
Version
v4.1.3
Description
I'm experiencing an issue with vertical scrolling on mobile devices when using Splide v4. After swiping horizontally on the carousel, attempting to scroll the page vertically becomes unresponsive. It feels like the vertical scroll is being blocked or hijacked by the carousel interaction.
This issue does not occur in Splide v3, which handles vertical page scrolling as expected after dragging the carousel.
I've tested with different configurations such as waitForTransition: false and dragMinThreshold, but the problem persists.
🔗 Reproduction Link
Reproduction Link
https://jsfiddle.net/52h38aju/1/
Steps to Reproduce
-
On a mobile device or using mobile emulation in the browser, swipe the carousel horizontally.
-
Immediately try to scroll the page vertically.
-
Notice that the vertical scroll is stuck or ignored momentarily, as if the touch is locked to the carousel.
Expected Behaviour
After dragging the carousel horizontally, vertical page scrolling should work normally and immediately, without delay or blocking — as it does in Splide v3.
Checks
Version
v4.1.3
Description
I'm experiencing an issue with vertical scrolling on mobile devices when using Splide v4. After swiping horizontally on the carousel, attempting to scroll the page vertically becomes unresponsive. It feels like the vertical scroll is being blocked or hijacked by the carousel interaction.
This issue does not occur in Splide v3, which handles vertical page scrolling as expected after dragging the carousel.
I've tested with different configurations such as waitForTransition: false and dragMinThreshold, but the problem persists.
🔗 Reproduction Link
Reproduction Link
https://jsfiddle.net/52h38aju/1/
Steps to Reproduce
On a mobile device or using mobile emulation in the browser, swipe the carousel horizontally.
Immediately try to scroll the page vertically.
Notice that the vertical scroll is stuck or ignored momentarily, as if the touch is locked to the carousel.
Expected Behaviour
After dragging the carousel horizontally, vertical page scrolling should work normally and immediately, without delay or blocking — as it does in Splide v3.