nglauber
06/15/2021, 2:19 PMRelocationRequester
here in the channel 😄
I have a Column
with several TextField
. When I tap on a TextField
at the bottom of the screen, the keyboard is opened and I want that field be positioned just above the keyboard.
I thought that RelocationRequester
resolves this problem…Arkadii Ivanov
06/15/2021, 2:35 PMnglauber
06/15/2021, 2:41 PMTextField
. The keyboard is overlapping the TextField
😞nglauber
06/15/2021, 2:43 PMnglauber
06/15/2021, 2:57 PMdimsuz
06/22/2021, 5:25 PMLocalWindowInsets.current.ime.isVisible == true
, but composition at this point hasn't been recomposed I guess. Adding delay(300)
fixes this. I don't like relaying on arbitrary delay, will try to play with onGloballyPositioned
modifier