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

Dealing with inertia based mousewheel issues #1312

Closed
membla opened this issue Jun 9, 2015 · 5 comments
Closed

Dealing with inertia based mousewheel issues #1312

membla opened this issue Jun 9, 2015 · 5 comments

Comments

@membla
Copy link

membla commented Jun 9, 2015

There are a number of issues and questions in the forums regarding problems that occur with with inertia based mousewheels/scrollpads such as the Apple Magic Mouse. The solution is certainly not trivial, this issue in jquery mousewheel gives a good rundown.

However, there are solutions that would improve the current state of the functionality in Swiper. I have succesfully solved the issue of inertial scroll advancing two or more slides using the routine mentioned in the above discussion and available as Lethargy

@MentalGear
Copy link

thanks for the share ! Comes in hand in other project and should mayb be added to swiper as an option.

@nolimits4web
Copy link
Owner

@membla i still see not correct behavior with your plugin and hot lot more false swipes. Even on your demo page, with fast swipe bottom on MBP trackpad i see 14 times -1 in console and then many false. It is not fit for swiper as in this case slides are changed 14 times, but should be only one

@membla
Copy link
Author

membla commented Jun 14, 2015

Just to be clear - this is not my implementation or repo. I have since I posted also found severe limitations with the implementation, people have different ways from mine of physically interacting with, for example an MBP trackpad, and it works good for certain user patterns but not so with others. As the core concept of the method seems sound I'll probably keep an eye on if progress is made on the implementation though. I guess the search can continue for a good solution to the problem...

@wgroenewold
Copy link

I've accomplished some better results by giving html, body{overflow:auto;}.

@nolimits4web
Copy link
Owner

Issue is closed because of outdated/irrelevant/not actual/needed more information/inactivity.

If this issue is still actual and reproducible for latest version of Swiper, please create new issue and fill the issue template correctly:

  • Clearly describe the issue including steps to reproduce when it is a bug.
  • Make sure you fill in the earliest version that you know has the issue.
  • Provide live link or JSFiddle/Codepen or website with issue

@lock lock bot added the outdated label Jul 11, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants