Hey guys, I have an issue that occurs randomly: th...
# compose
d
Hey guys, I have an issue that occurs randomly: the soft keyboard is not showing up when focusing a TextField. When this happens, I need to relaunch the app and it works the next launch most of the time. I get the following line in the logs.
D/InputMethodManager: showSoftInput - cancel : mServedView != view : DecorView@c9ce8f2[MainActivity]  view : androidx.compose.ui.platform.AndroidComposeView{800f9 VFED..... ........ 0,0-1080,2181}
a
which compose version?
d
alpha06
a
It’s a known bug
d
ok, thanks for getting back to me!
r
@Anastasia [G] Any update on when this gonna be resolved ? So can plan using other textfields accordingly
a
Unfortunately, I don’t have an immediate answer. @Ralston Da Silva might help here.
👍 1
p
Just adding my vote, this is the biggest issue in compose for me right now
a
I don’t have an ETA but it’s WIP
d
Thanks @Anastasia [G]! It's also my biggest issue so far, good to know it's a WIP.