Hello, World! With `imePadding` / `imeNestedScrol...
# compose-android
b
Hello, World! With
imePadding
/
imeNestedScroll
, I can make the keyboard become partially visible when scrolling with a fling (see video in 🧵). Shouldn't the keyboard 'snap' to always be either fully visible or fully hidden? I can repro on the emulator and my device with a different keyboard. Known issue?
keyboard-half-shown.webm
c
ooooh. that does seem weird. i feel like alex vanyo (🐐) would know whats going on here. i feel like ive implemented this in the past and did not see that issue.
b
I guess I'll open a ticket
a
It should resolve to either open or closed, so it looks like there's some case here where that's not happening properly. Definitely file a bug for it
👍 2