In the `Jetchat` app, if you click on any of the c...
# compose
d
In the
Jetchat
app, if you click on any of the chat messages prior to engaging message input, and then try to type a message, the input field won't trigger the keyboard to show up. Is this a known issue and are there any workarounds for it? I experience pretty much the same behavior in my project when I first click outside an input field and then on it, it seems to obtain the focus but the soft keyboard doesn't appear.
👍 2
jetpack compose 1
p
yeah the focus and keyboard is a problematic area right now, there's a note about this in the readme
although I don't see this behavior, does it happen always or after a combination of gestures?
d
It always happens if you follow these simple steps: • launch the app • click anywhere outside the message input field • try clicking on the input field to type the message • keyboard does not show up Same behavior can be observed in my personal projects. However, simply scrolling the chat does not seem to affect this. Not sure if there is anything we can do to work around this. Do we just wait for the next alpha release(s)?
p
Yup we need to revisit jetchat after that's in
Looks like there's a race condition in text field which is being fixed in aosp/1456460
d
Sweet! Thanks for updating us!