The first time I tap on my `TextField` its bottom...
# compose
y
The first time I tap on my
TextField
its bottom is not fully visible but after that one time it works fine. Is this a bug or I am doing something wrong? [Gif in thread]
1
d
I ran into this problem doing almost the exact same thing you are. There are some options like detecting the keyboard offset and adjusting your text field based on that. Or you can place the text field at the top of the screen.
👀 1
Reacting to the keyboard inset is the recommended approach but is fairly involved to code up.
👀 1
y
Uh, thanks. Although if a Google dev confirms that this is a bug that will be fixed, I will probably just leave it be until they fix it.
c
Worth filing a bug anyway. I would not expect this to be happening. The worst that happens is that they close it.
🙌 1
☝️ 1