-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3 finger swipe gesture breaks 2 finger scroll + os palm detection #4027
Comments
Hi, Thank you for sharing this issue. I was able to reproduce. Looking at the code in TrackpadEvents, I see that the OS gives us the info about which touches become "resting". It's probably possible to improve on the current swipe detection. #4020 may also help with this issue Thank you |
@lwouis 4 fingers seems to have helped in short term Appreciate you btw. Great project. PS Have some ideas for interesting features but they might be out of scope for a utility |
@lwouis hmm found that 4 finger swipe gesture fires on 4 finger spread for desktop |
I've improved swipe recognition in many ways in v7.14.0. Could you please try it out, and let me know if it helps? |
hey its better because i can set it to be on horizontal swipes but it still messes up scrolling, specifically the momentum scrolling on long lists. |
Thank you @chalda What about the palm detection or resting fingers detection? Is that working better?
Could you please share a video of this issue? Everything else about the OS gestures, we can't do anything about. There is no public API to deal with this. All we can do is let the user know that they should avoid conflicts themselves, which we do with the (i) icon and its the tooltip. I wish we could bring a better experience, but we have no control here. Thank you |
Describe the bug
If Alttab gesture is set to 3 finger swipe, this somehow breaks the interaction between the built in OS palm detection with 2 finger scroll.
Its ignoring the palm detection and treating it as another finger, so even a light touch from your hand prevent any scrolling until you release. But more annoyingly, depending on settings can make your focus/input jump all over the place.
very annoying, actually spent so long today trying to figure out why the palm detection seemingly stopped working, guess ill switch to 4 fingers and see if that helps
Screenshots / video
Add screenshots to help explain your problem. You can also record your screen to show the bug in action. That is really helpful!
Steps to reproduce the bug
Your environment
The text was updated successfully, but these errors were encountered: