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
I Swipe trough all the slides till the last slide. After the last slide the touch-events are not released, there is no chance to escape the Swiper component when it takes the full height & width to see the content below the swiper-component.
Mind the property touchReleaseOnEdges is set to true.
Expected Behavior
Touchevents should be released and being able to escape the swiper component to see the content below.
Actual Behavior
If you scroll to the last slide it wont allow to go further.
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/nervous-shtern-rics8g?file=%2Fpages%2Findex.tsx&selection=%5B%7B%22endColumn%22%3A22%2C%22endLineNumber%22%3A18%2C%22startColumn%22%3A22%2C%22startLineNumber%22%3A18%7D%5D
Bug description
I Swipe trough all the slides till the last slide. After the last slide the touch-events are not released, there is no chance to escape the Swiper component when it takes the full height & width to see the content below the swiper-component.
Mind the property touchReleaseOnEdges is set to true.
Expected Behavior
Touchevents should be released and being able to escape the swiper component to see the content below.
Actual Behavior
If you scroll to the last slide it wont allow to go further.
Swiper version
9.0.4
Platform/Target and Browser Versions
IOS
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: