mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #543] Request: Overscroll on all lists #539
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#539
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @avario on GitHub (Jul 8, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/543
Originally assigned to: @NghiaTranUIT on GitHub.
Can we please have overscroll (rubber-banding, bouncing) enabled on all lists in the app? This is mostly an issue on the sidebar and the main list of requests. Without overscroll it's not clear whether there are more entries in the list or if I have reached the end of the list. Sometimes it makes it feel like the app is just not responding to my scroll input.
On iOS this would be setting
UIScrollView.alwaysBounceVertical = true. I'm not sure what the equivalent for macOS is@NghiaTranUIT commented on GitHub (Jul 8, 2020):
Hi @avario, let check out this build (https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.1.1_Allow_Bounce_Vertical.dmg), which enables the verticalScrollElasticity
This effect only occurs if we scroll by the TouchPad. Scroll by mouse doesn't cause this effect. Similar to the Finder app.
@avario commented on GitHub (Jul 8, 2020):
That looks great! Are you able to apply the same behaviour to the outline view on the left too? I think this would also be in line with how the outline view behaves in Finder.
@NghiaTranUIT commented on GitHub (Jul 8, 2020):
Definitely. I will revisit all Lists and make sure they have this update 👍