Free mode sticky is applied to free mode even if not ticked

Wappler Version : 5.4.1
Operating System : mac
Server Model: mobile
Database Type:
Hosting Type:

Expected behavior

Free mode sticky should not be applied if not ticked on a swiper

Actual behavior

If free mode is enabled, it always performs as if free mode sticky is enabled

How to reproduce

<div is="dmx-swiper" id="swiper" dmx-bind:slides="basics" slides-per-view-sm="2.2" slides-per-view-md="2.8" slides-per-view-lg="4.2" slides-per-view-xl="5" space-between="20" slides-per-view="2.2" free-mode="true" speed="500" observer="true">

You can see if the video, on every swipe it jumps to the slides per view location, rather than decelerating and stopping smoothly at any point.

Which version of Swiper are you using?
I just copied your code and tested in the browser and on my phone - both work fine with the free mode, no sticky behavior applied.

this is the latest swiper version:

/*!
 DMXzone Swiper
 Version: 1.2.0
 (c) 2023 Wappler.io
 @build 2023-02-09 13:49:59
 */

Hmmm.

Not sure what is causing the difference here:

You are doing a web app, and mine is inside a Cordova build.

Mine is inside a repeat.

Mine is dynamic generating the number of cards and data, and your is static.

@Teodor anything more I can do here to resolve this?