when using `TextField` in a scrollable `Column`, I...
# compose
u
when using
TextField
in a scrollable
Column
, I tap on the field, keyboard opens and column scrolls. However it scrolls just a bit, not enough so it looks weird it seems it only scrolls to the baseline of the actual text inside the textfield any way to fix this, to make it scroll more?
m
use imePadding on text field/column
*imePadding() modifier
z
Make sure your disabling decor fit system windows, your activity is in adjust resize mode, you’re using IME padding, as suggested, and if all of that doesn’t work, which version of composer are you using?
u
well technically it works, it just scrolls right to the last pixel of the outline of the textfield, so I'm looking for a way to influence it to scroll a bit more
z
Sounds like you’re looking for something like this: https://r.android.com/2959585