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.

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

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:26

github_iconTop GitHub Comments

1reaction
NaotoshiFujitacommented, Apr 5, 2022
1reaction
NaotoshiFujitacommented, Jan 28, 2022

I see. I should think about the solution more.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change Trackpad settings on Mac - Apple Support
To change these settings, choose Apple menu > System Settings, then click Trackpad in the sidebar. (You may need to scroll down.)
Read more >
Use Multi-Touch gestures on your Mac - Apple Support
With a Multi-Touch trackpad or Magic Mouse, you can tap, swipe, pinch, ... Scroll Slide two fingers up or down to scroll. 1....
Read more >
Use trackpad and mouse gestures on Mac - Apple Support
With an Apple trackpad or Magic Mouse, you can use gestures like pinch or swipe to zoom in on documents, browse music, rotate...
Read more >
Trackpad 2 click to swipe/scrolling = not working
It seems that you're having issues with your new Trackpad 2 not tracking or scrolling as expected when you use it with an...
Read more >
Change Pointer Control settings for accessibility on Mac
On your Mac, set options that make the mouse and trackpad easier to use, and enable other control methods including Mouse Keys and...
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