You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: