Mousewheel works bad on windows #5371
Unanswered
maxraywork
asked this question in
Q&A
Replies: 1 comment 1 reply
-
cannot really help you without seeing your code import { Swiper, Mousewheel } from 'swiper';
Swiper.use([Mousewheel]); OR use a bundle import Swiper from 'swiper/bundle'; OR if you use cdn, load a bundle too <script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My page: https://kromad.com/test
Try to scroll inside the swiper and you will see, that it just ignore your scroll after first or last slide and sometimes it works.
You can compare it with the swiper mousewheel demo: https://codesandbox.io/s/htgn9
It's bad in all browsers on Windows 10. On mac with trackpad it's fine.
Beta Was this translation helpful? Give feedback.
All reactions