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
According to the code above, the sheet should go to fullscreen with animation when the text field is tapped, but actually the sheet stops at an intermediate position.
Fixes#22. Unfortunately, there are still some problems related to the
keyboard (e.g. #14) that will be taken care of in a future PR.
Summary:
- Added `SheetExtent.settle`, which causes the sheet to settle into a
stationary position similar to the `goBallistic(0.0)`, but with a
constant (non zero) and relatively high velocity.
- Added `SheetActivity.didFinalizeDimensions`, which is called once in a
frame after all measurement processes for both the content and the
viewport size have been completed.
Reproduction code
According to the code above, the sheet should go to fullscreen with animation when the text field is tapped, but actually the sheet stops at an intermediate position.
RocketSim_Recording_iPhone_15_6.1_2024-01-30_01.10.59.mp4
Related issues
The text was updated successfully, but these errors were encountered: