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 checked to make sure that this issue has not already been filed
Expected Behavior
Presenting view that takes the whole heigh but not the full screen
Stable ability to change height of a view according to Drag Detent values in config
During changing a view height it doesn't ignore using of Spacer and content that supposed to be on the top / bottom of the view stays there.
Please describe the behavior you are expecting
Current Behavior
If i'm using Spacer in a view and use .large Drag Detent case it tries to set the height to full screen.
If i'm using Spacer in a view and use .large Drag Detent case sometimes drag action leads to dismissing view instead of height change.
If i'm using Spacer in a view and drag view to change height it leads to ignoring a Spacer value and view's content stays on the bottom, however sometimes it recalculates Spacer height correctly.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Make an instance of TestDragDetentView and present it
Prerequisites
Expected Behavior
Please describe the behavior you are expecting
Current Behavior
Spacer
in a view and use.large
Drag Detent case it tries to set the height to full screen.Spacer
in a view and use.large
Drag Detent case sometimes drag action leads to dismissing view instead of height change.Spacer
in a view and drag view to change height it leads to ignoring a Spacer value and view's content stays on the bottom, however sometimes it recalculatesSpacer
height correctly.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
TestDragDetentView
and present itCode Sample
Example built with using Demo app Popups Demo
Videos
https://github.com/user-attachments/assets/cab9963f-c289-40f6-b81a-ceea1257ea17
https://github.com/user-attachments/assets/a41f429f-504c-449b-9802-4b1947e8ecb2
Context
It works stable if i'm not using
Spacer
. ProbablySpacer
doesn't allow to count view's size correctly.It has problems for both: top and bottom popup
The text was updated successfully, but these errors were encountered: