Facing Issue with keyboard in compose-ui (IOS) ISS...
# compose-ios
f
Facing Issue with keyboard in compose-ui (IOS) ISSUE: Keyboard hides bottomsheet-ui. Any suggestions will be helping. Thanks!
a
Modifier.imePadding()
for sheet content
👍 2
f
Thanks working 👍
👌 2
b
Also be wary if using ModalBottomSheet that state
skipPartiallyExpanded = true
otherwise it'll park itself there instead of animating far enough.
f
Yes @brandonmcansh i observed this effect as well 👌