Swiper Mousewheel control not working at all on Firefox #7126
Unanswered
MMRedFloyd
asked this question in
Q&A
Replies: 0 comments
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.
-
I implemented Swiper Mousewheel control in my React project and configure everything to looks fine.
It works perfectly in all browsers and on mobile devices, but it won't to show at all in Firefox. So the section where should come Swiper Moushewheel contol is just empty. Why?
I already went through all topics on internet but did not find any solutions to this...
And in addition to that, for some reason releaseOnEdges does not work at all in all browsers. Don't know why. In my code I must configure that part this way:
mousewheel={{
sensitivity: 4,
releaseOnEdges: true,
}}
So there is no mousewheel={true}, because then I could not continue scrolling down the page after last slide. I leave releaseOnEdges: true even it does not affect my section at all.
Here is my repo for component where I implemented swiper.js:
https://github.com/MMRedFloyd/mirza-mujkic/blob/main/src/Components/Projects.jsx
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions