-
Notifications
You must be signed in to change notification settings - Fork 22
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
SheetDismissible not working with infinite looping scroll widget #80
Comments
It seems like those problems are caused by the logic used to detect when to start the drag-down- WorkaroundUnfortunately, there is no easy way to workaround these issues. For now, please remove SheetDismissible to disable the drag-down-to-dismiss behavior until the bug is fixed. P.S.The ScrollableSheet won't work with the date picker because it is an infinite looping scroll widget and it's unclear when to start dragging up/down the sheet. I'd recommend using the DraggableSheet instead. |
I'm not sure if it's only for infinite scroll widgets but also for scrolling widgets that the initial scroll offset is not zero (could be at the middle of the list initially) and then when trying to scroll down it would still dismiss the sheet instead of scrolling. |
I think so, too. |
Hi,
Maybe I didn't do it correctly, but I stumbled into problems when using ScrollableSheet.
See here:
Screen_Recording_20240329_174700.mp4
Code:
The text was updated successfully, but these errors were encountered: