How can I make the Android emulator show the soft keyboard?

前端 未结 8 462
生来不讨喜
生来不讨喜 2020-12-04 20:51

I\'m debugging an issue with the soft keyboard display not displaying when it should. However, I don\'t have a device handy for testing. The problem is that the em

相关标签:
8条回答
  • 2020-12-04 21:28

    I found out how to do this on the Android emulator itself (Menu, "Settings" App - not the settings of the emulator outside). All you need to do is:

    open settings app -> Language & Input -> Go to the "Keyboard & Input Methods -> click Default

    This will bring up a Dialog in which case you can then disable the Hardware Keyboard by switching the hardware keyboard from on to off. This will disable the Hardware keyboard and enable the softkeyboard.

    0 讨论(0)
  • 2020-12-04 21:28

    If you're using AVD manager add a hardware property Keyboard support and set it to false.

    That should disable the shown keyboard, and show the virtual one.

    0 讨论(0)
提交回复
热议问题