I have a screen with full of TextFields. How can I...
# compose
z
I have a screen with full of TextFields. How can I get to the last TextField at the bottom when soft keyboard is visible on the screen. I have tried by setting
adajustpan
and
adjustresize
but those are not working for me.
a
although i have to say for me the ime (keyboard) padding was always 0, i propably used the library wrong
z
I have been trying that. It is not working for me.
r
This is the article you need @zoha131 . You have to set it on the activity itself in your manifest.
z
@Robert Menke I have read that.
adjustresize
used to work in the earlier version of compose. but it is not working in
alpha-07
not sure if it is intended or I am doing something wrong. As of my understanding
adjustresize
should resize the window but the window is not resizing.
r
Interesting I’m on alpha-07 and I’m not having that issue. I am, however, still occasionally having an issue where focusing the text field doesn’t bring up the keyboard.
d
I've tried adjustresize and it's working fine for me
i'm on alpha07
z
Yeah it is working for me too. I was running the preview composable in my phone which gave me this unexpected behavior.