How can I make the Android emulator show the soft keyboard?(如何让安卓模拟器显示软键盘?)
问题描述
我正在调试软键盘显示不应该显示的问题.但是,我没有方便测试的设备.问题是模拟器从不显示软键盘.
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 emulator never shows the soft keyboard.
有些皮肤的右侧总是显示键盘,有些则没有,但到目前为止我尝试过的皮肤都没有在设备屏幕上显示键盘.
Some skins have a keyboard constantly displayed on the right, some don't, but none that I've tried so far has ever shown a keyboard on the device screen.
我错过了一些设置吗?
推荐答案
我发现了如何在 Android 模拟器本身上执行此操作(菜单,设置"应用程序 - 而不是外面的模拟器).您需要做的就是:
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.
这篇关于如何让安卓模拟器显示软键盘?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何让安卓模拟器显示软键盘?
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01