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

Add option to push back overscrolled pixels to listview in ScrollableSheet #264

Open
fujidaiti opened this issue Oct 11, 2024 · 0 comments
Labels
feature request New feature or request P2
Milestone

Comments

@fujidaiti
Copy link
Owner

fujidaiti commented Oct 11, 2024

With the current implementation, when the user overscrolls the list view in a ScrollableSheet, the overscrolled pixels are fully applied to the sheet's position, causing the sheet to slide up or down beyond the maxPosition and minPosition. Adding an option to control how the sheet handles the overscrolled pixels could address the issue where the bottom of the sheet becomes detached from the bottom of the screen, revealing the background content behind the sheet, as reported in #157 (comment).

Furthermore, this option would also be useful in cases such as using a pull-to-refresh action in the sheet.

@fujidaiti fujidaiti added feature request New feature or request P2 labels Oct 11, 2024
@fujidaiti fujidaiti added this to the stable milestone Oct 11, 2024
@fujidaiti fujidaiti changed the title Add option to push back overscrolled pixels to scrollable content in ScrollableSheet Add option to push back overscrolled pixels to listview in ScrollableSheet Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request P2
Projects
None yet
Development

No branches or pull requests

1 participant