Hi all. I have strange behavior with TextField and keyboard. When i open activity and tap to field i see keyboard and it hides field. But if i close keyboard and tap again all works fine and works as ajustPan. What can be wrong? I use simple column with verticalScroll param and some text, switches and TextFilds widgets.
➕ 1
m
Michael Paus
08/09/2021, 6:44 AM
I observed the same behaviour yesterday and wanted to report it today. You were just a bit faster than me. 😉
🙂 1
m
muthuraj
08/09/2021, 8:22 AM
For Textfields with keyboard, you probably should use
adjustResize
with modifier from Accompanist to add keyboard height as bottom padding dynamically. Which will show the TextField above the keyboard.