question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Freemode stops at certain point when using Loop option.

See original GitHub issue

This is a (multiple allowed):

  • bug

  • Swiper Version: 3.4.0

  • Platform/Target and Browser Versions: macOS and Windows, Safari 10, Firefox 49, Chrome 54. Tested on a 2012 MacBook Pro.

What you did

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,
});

Expected Behavior

The slides should scroll and loop continuously, using Freemode and Loop.

Actual Behavior

The scroll/freemode behaviour eventually gets stuck. Basically trackpad scroll eventually stops working.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
dogokucommented, Jan 16, 2017

I have run into the same problem. You can check it out here

1reaction
nfqcommented, Dec 8, 2016

Bump. Any ideas @nolimits4web ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Freemode stops at certain point when using Loop option. #1924
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...
Read more >
Swiperjs doesn't loop correctly (slider) - Stack Overflow
The issue is that it stops sliding before going into a second loop, it always stops a certain point. Never worked with swiper...
Read more >
HeadRush Looperboard Tutorial - Loop Settings Menu
Learn about the different options for Looping Modes, ... Aligned start point, immediate audio stop and more Please submit any questions you ...
Read more >
SwiperOptions | Swiper - v8.4.5
Defined in swiper/types/swiper-options.d.ts:1210. Enables free mode functionality. Object with free mode parameters or boolean true to enable with default ...
Read more >
Options - Splide
The collection of responsive options for specific breakpoints ... Even if false , the carousel forcibly waits for the transition on the loop...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found