Skip to content

Swiping on apple mac trackpad scrolls two slides and ignores FlickMaxPages setting #618

@go6media

Description

@go6media

Checks

Version

3.6.9

Description

When using TTB direction slider and WHEEL true and RELEASEWHEEL True , swiping past a slider on an apple track pad (not a physical mouse wheel) causes two slides to swipe instead of one at a time,

Settings are

var splide = new Splide( '#chapter_list', {
  direction: 'ttb',
height   : '70vh',
 wheel       : true,
 releaseWheel: true,
updateOnMove :true,
cloneStatus :false,
flickMaxPages :1,
waitForTransition :true,

} );

Reproduction Link

https://www.travelport.com/plus/simpler-travel-retailing

password = go6

Steps to Reproduce

  1. Scroll down to the slider where it says LATEST RELEASE
  2. swipe your trackpad naturally and you will see it swipe past two slides instead of one

Expected Behaviour

Only one slide should swipe at a time

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions