Can you type in a compose text field using the PC’...
# compose
j
Can you type in a compose text field using the PC’s keyboard when running the app in an emulator? It’s not working on my machine, I have to use the on-screen keyboard inside the emulator.
a
for some OS Images. It doesn’t work on API 30 emulators I think
j
I’m using api30 in effect
t
I've found that this works for me if the Textfield
keyboardType
is
KeyboardType.Text
, otherwise, I have to use the emulator keyboard
a
yeah for those emulators that work, it doesn’t work if it’s not Text type
t
I'm using an API 29 emulator fwiw
j
s
Hardware keyboard is not implemented yet.
🙏 2