-
Before using this wonderful repository, I can not call my IME out when I wanna input into my TextField in floating window. I have tried to copy the ComposeLifecycleOwner to my project and done anything I guess. Howerver, it doesn't work anyway in my project. So please tell me what is the key to enable TextField to be inputable. Thank you so much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Xiue233 Not sure why the IME doesn't shown in your case, it's not a problem in the demo app. Make sure that you don't include |
Beta Was this translation helpful? Give feedback.
Centainly it is not caused by the flag. The IME can show when it is called by native view EditText.
Thank you all the same. Maybe the reason is that I use a third-party repo with terrible Compose support.