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

julioromano

02/04/2021, 10:15 AM
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

allan.conda

02/04/2021, 10:19 AM
for some OS Images. It doesn’t work on API 30 emulators I think
j

julioromano

02/04/2021, 10:19 AM
I’m using api30 in effect
t

Tony Kazanjian

02/04/2021, 10:19 AM
I've found that this works for me if the Textfield
keyboardType
is
KeyboardType.Text
, otherwise, I have to use the emulator keyboard
a

allan.conda

02/04/2021, 10:20 AM
yeah for those emulators that work, it doesn’t work if it’s not Text type
t

Tony Kazanjian

02/04/2021, 10:20 AM
I'm using an API 29 emulator fwiw
j

julioromano

02/05/2021, 7:11 AM
s

Siyamed

02/06/2021, 6:02 PM
Hardware keyboard is not implemented yet.
🙏 2