This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 974
Two-finger swipe gesture on macOS should have visual indicator #2477
Milestone
Comments
+1 from support : https://linkbubble.zendesk.com/agent/tickets/6131 |
Along these lines, is there a way to disable swipe navigation altogether? I have disabled it in my system settings but Brave seems to be the only one that doesn't respect that setting. |
Merged
8 tasks
darkdh
added a commit
that referenced
this issue
Jun 29, 2017
with swipe progress indicator fixes #9615 #2477 Auditors: @cezaraugusto, @bbondy, @bradleyrichter Test Plan: 1. Adjust swipe navigation distance setting in about:preferences#advanced 2. And swipe to navigate by different settings It shouldn't show up on linux and window
Implemented in #9617 |
@darkdh @NejcZdovc I'm seeing the back/forward arrows get larger when swiping up/down on a page, this this expected? cc @kjozwiak |
Because you can't have 0 x-axis changes when you do vertical scroll. You will always have slightly horizontal movement which will be reflected onto the animation. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the issue you encountered: The two-finger swipe gesture on macOS has no visual indication as you perform the swipe of whether it is activated (or will succeed). This may be intended but feels nonintuitive.
Expected behavior: Chrome has a visual arrow on the sides that appears as you swipe. Safari has a "page sliding" animation to indicate a swipe. Because Brave's swipe is calculated by velocity, a different type of indicator may be needed.
The text was updated successfully, but these errors were encountered: