Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical slider stuck after slider reach to the end IOS (releaseOnEdges is true) #6691

Closed
5 of 6 tasks
nastassiadanilova opened this issue May 19, 2023 · 1 comment
Closed
5 of 6 tasks
Labels

Comments

@nastassiadanilova
Copy link

Check that this is really a bug

  • I confirm

Reproduction link

https://codesandbox.io/p/sandbox/swiper-react-mousewheel-control-forked-yhuwc3?file=%2Fsrc%2FApp.jsx%3A39%2C32

Bug description

When the slider reaches the end on mobile (IOS chrome, safari) it doesn't allow to scroll down to the rest of the page

<Swiper
      effect="fade"
      slidesPerView={1}
      direction="vertical"
      mousewheel={{
        thresholdTime: 500,
        releaseOnEdges: true,
      }}
      pagination={{
        clickable: true
      }}
      modules={[Pagination, Mousewheel]}
    >

Expected Behavior

slider allows go to the rest page content

Actual Behavior

slider stucks

Swiper version

9.3.1

Platform/Target and Browser Versions

IOS

Validations

  • Follow our Code of Conduct
  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Make sure this is a Swiper issue and not a framework-specific issue

Would you like to open a PR for this bug?

  • I'm willing to open a PR
@nastassiadanilova nastassiadanilova changed the title Vertical slider stuck after slider reach to the end IOS Vertical slider stuck after slider reach to the end IOS (releaseOnEdges is true) May 19, 2023
@nolimits4web nolimits4web closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2023
@nolimits4web
Copy link
Owner

#6381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants