https://kotlinlang.org logo
#compose
Title
# compose
d

David Attias

11/12/2020, 5:31 PM
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

allan.conda

11/12/2020, 5:37 PM
which compose version?
d

David Attias

11/12/2020, 5:37 PM
alpha06
a

Anastasia [G]

11/12/2020, 5:41 PM
It’s a known bug
d

David Attias

11/12/2020, 5:42 PM
ok, thanks for getting back to me!
r

Rajan Kali

11/16/2020, 7:25 AM
@Anastasia [G] Any update on when this gonna be resolved ? So can plan using other textfields accordingly
a

Anastasia [G]

11/16/2020, 3:19 PM
Unfortunately, I don’t have an immediate answer. @Ralston Da Silva might help here.
👍 1
p

Philip Blandford

11/17/2020, 8:53 AM
Just adding my vote, this is the biggest issue in compose for me right now
a

Anastasia [G]

11/17/2020, 11:26 AM
I don’t have an ETA but it’s WIP
d

David Attias

11/17/2020, 11:31 AM
Thanks @Anastasia [G]! It's also my biggest issue so far, good to know it's a WIP.
11 Views