Skip to content
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

Swipe to go back fails when Scroll-Reverser is enabled #58

Open
IZ-Labs opened this issue Jul 3, 2018 · 12 comments
Open

Swipe to go back fails when Scroll-Reverser is enabled #58

IZ-Labs opened this issue Jul 3, 2018 · 12 comments
Labels

Comments

@IZ-Labs
Copy link

IZ-Labs commented Jul 3, 2018

macOS High Sierra 10.13.5, MacBook Pro 15in

When Reverse Scrolling is enabled, you can no longer swipe to the left to go back on the trackpad. Instead the window momentarily shifts but then snaps back to the original position and freezes. Only happens in Safari, Chrome works fine.

@pravic
Copy link

pravic commented Aug 28, 2018

10.13.6 - no problem with Safari.

@xdom
Copy link

xdom commented Sep 5, 2018

MacOS 10.13.6, Safari 11.1.2, Scroll-Reverser 1.7.6: Same problem as @CaptainZ1
MacBook Pro 15" 2017 Touchbar

@pilotmoon
Copy link
Owner

Do those having this problem you have "Reverse Horizontal" enabled?

@pilotmoon
Copy link
Owner

Ah scratch that. Is this two finger swipe on a trackpad?

@pravic
Copy link

pravic commented Sep 5, 2018

The two finger one. What's the difference, by the way?

@IZ-Labs
Copy link
Author

IZ-Labs commented Sep 11, 2018

I've managed to fix the issue now. I believe it was a problem with the settings on the app rather than the app, but not sure. My settings are now: Scroll Direction Natural, and Reverse Vertical checked, but not Reverse Horizontal.

@Slessi
Copy link

Slessi commented Mar 10, 2020

I've managed to fix the issue now. I believe it was a problem with the settings on the app rather than the app, but not sure. My settings are now: Scroll Direction Natural, and Reverse Vertical checked, but not Reverse Horizontal.

Same problem with MacBook pro 16 2019 but solution worked.
Just to clarify as initially I wasn't understanding, make sure natural scroll is selected in normal system preferences on Mac, and use scroll reverser to only reverse the mouse (and/or tablet)

image

image

@pilotmoon pilotmoon added the bug label Dec 8, 2020
@gkiely
Copy link

gkiely commented Jan 20, 2022

I'm seeing this issue in chrome and safari.
Settings - Trackpad
image

Scroll reverser
image

With this enabled, when I try to 2 finger swipe from left to right, it does not go back.
When I swipe slightly to the right, then left it swipes back.

Ideally, 2 finger swipe from left to right works as expected.

@pilotmoon
Copy link
Owner

For better results with gestures, set Natural scrolling in system prefs, and set Reverse Mouse instead of Reverse Trackpad in Scroll Reverser

@gkiely
Copy link

gkiely commented Jan 20, 2022

Thanks for the quick response!
I have a specific use case that enabling both natural scrolling and reverse trackpad solves, bar this one issue.

Is there anywhere in the the code I could look at that could be causing the gesture issues or is it more of an OS level issue?

@pilotmoon
Copy link
Owner

pilotmoon commented Jan 20, 2022

Turning off Reverse Horizontal instead might also do the trick.
Essentially the OS's gesture detection and reversing the scrolling events don't go well together.

Basically if you have it set up to reverse horizontal trackpad scrolling it will probably mess up the gestures.

@gkiely
Copy link

gkiely commented Jan 20, 2022

Understood, thanks Nick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants