Swiping on apple mac trackpad scrolls two slides and ignores FlickMaxPages setting
See original GitHub issueChecks
- Not a duplicate.
- Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
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
- Scroll down to the slider where it says LATEST RELEASE
- 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:
- Created 2 years ago
- Reactions:3
- Comments:26
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
wheelMinThreshold
andwheelSleep
are added in v4. https://splidejs.com/guides/options/#wheelminthreshold https://splidejs.com/guides/options/#wheelsleepI see. I should think about the solution more.