Hi all. I have strange behavior with TextField and...
# compose
d
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
I observed the same behaviour yesterday and wanted to report it today. You were just a bit faster than me. 😉
🙂 1
m
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.