This is a (multiple allowed):
I'm creating a vertical portfolio slide feature using Freemode and Loop. Here is a demo. I've left in the nav dots purely to represent the scroll/freedmode getting 'stuck'.
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
direction: 'vertical',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
slidesPerView: 3,
uniqueNavElements: true,
spaceBetween: 1,
mousewheelControl: true,
loop: true,
keyboardControl: true,
freeMode: true,
});
The slides should scroll and loop continuously, using Freemode and Loop.
The scroll/freemode behaviour eventually gets stuck. Basically trackpad scroll eventually stops working.
Bump. Any ideas @nolimits4web ?
I have run into the same problem. You can check it out here
@dogoku lovely UI btw. I still haven't found out how to solve the issue.
same problem here
Can we have an update on this please? I am experiencing the same issue
+1
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:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I have run into the same problem. You can check it out here