-
Notifications
You must be signed in to change notification settings - Fork 77
WoltModalSheet does not follow finger movement smoothly when dismissing #269
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
Comments
Hello @LiangLuDev Can you check the Custom Modal Type section in ReadMe, and create a custom modal type with a custom |
Yes, I found this parameter and tried to set this property. Unfortunately, it did not take effect. I also tried it in the test demo you provided, but it did not work either. |
Yikes! Thanks for reporting. I will take this. Maybe @durannumit can also take a look? |
sure I will check according to comments |
@durannumit @ulusoyca observing this issue too, I thought it's maybe because I was on old version, but went from 0.7.1 -> 0.11.0, and the issue is still there. Super slow drag, weird resistance effect. I'm quite sure it wasn't there always so maybe it has something to do with Flutter changes 🤔 |
Experiencing this too, can't really go to production with Wolt unless this gets fixed. |
When using WoltModalSheet.show, the modal does not follow the finger movement smoothly when attempting to close it by pulling down (similar to ModalBottomSheet). Instead, it requires significant force to pull down and close. I couldn’t find a setting to modify this behavior and am unsure if it can be adjusted.
Additionally, the distance from the top of the modal to the status bar cannot be modified. I have set the forceMaxHeight property, but it does not change the distance.
Could you please provide guidance on how to resolve these issues?
Reproduction Steps:
Expected Behavior:
The modal should smoothly follow the finger movement when pulling down to close, similar to the behavior of ModalBottomSheet. Additionally, the distance from the top of the modal to the status bar should be adjustable.
Actual Behavior:
The modal requires significant force to pull down and close, and the distance to the status bar cannot be modified even when setting the forceMaxHeight property.
Environment:
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: