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
I got problem with closeProgressThreshold, it work correctly when modal equal to screen height. But when modal heigh smaller than screen height i need to drag down modal nearly the edge of screen.
IMG_0330.MP4
The text was updated successfully, but these errors were encountered:
bjartebore
pushed a commit
to bjartebore/modal_bottom_sheet
that referenced
this issue
Nov 27, 2024
When a ModalBottomSheets that due to its content is smaller than a full screen bottom sheet, the closeProgressThreshold is calculated based on how far the dialog has to move based on the percentage of the viewport/fullscreen dialog.
We need to adjust for this based on the height difference of the viewport and the rendered content within the bottom sheet dialog
Related issue: #jamesblasco#421
Thank for your hard work.
I got problem with
closeProgressThreshold
, it work correctly when modal equal to screen height. But when modal heigh smaller than screen height i need to drag down modal nearly the edge of screen.IMG_0330.MP4
The text was updated successfully, but these errors were encountered: