https://kotlinlang.org logo
#compose
Title
# compose
j

József Szilvási

11/09/2020, 2:17 PM
Hey, I have
ModalBottomSheetLayout
which contains a
TextInput
, and when it gets focus the keyboard appears above the sheet (z-index style) -> the sheet doesn't slide up to the top of the keyboard. Is there any way to fix this?
s

steelahhh

11/09/2020, 7:38 PM
I’ve run into the same issue when used with edge-to-edge One of the hacks that I came up with was using insets library, and wrapping the
ModalBottomSheetLayout
in a container with a bottom padding or offset of
IME
height Hope to maybe hear an official solution, or other workarounds
j

József Szilvási

11/10/2020, 7:24 AM
Thanks, I give it a try
24 Views