Switch from physical to software keyboard(从物理键盘切换到软件键盘)
问题描述
从物理键盘切换到软件键盘.大家好,我正在开发一个将在装有 Android 3.2 的平板电脑上运行的应用程序.我将物理键盘连接到平板电脑,然后软件键盘消失了.现在我需要在某些活动中使用软件键盘,但我不知道如何做到这一点.
Switch from physical to software keyboard. Hi all, I'm developing an application that will run on a tablet with Android 3.2. I attached a physical keyboard to tablet then the software keyboard disappear. Now I need to use the software keyboard in some activities, but I don't figure out how I can do that.
我尝试了不同的方法:
Android:自动显示软键盘焦点在 EditText
http://dev.bostone.us/2009/11/04/android-show-and-hide-soft-keyboard-programmaticaly/#awp::2009/11/04/android-show-and-hide-soft-keyboard-programmaticaly/
http://plainoldstan.blogspot.com/2010/09/android-set-focus-and-show-soft.html
如果连接了物理键盘,所有这些都不起作用.
All these don't work if the physical keyboard is connected.
有人知道我怎样才能实现这个目标吗?
Someone know how can I achieve this goal?
谢谢
推荐答案
设置下会有语言和输入法">>键盘设置>>输入法选择器">>始终显示"
Under setting ther will be "Language & Input" >> Keyboard Setting >> "Input method selector" >> "Always show"
插入键盘后,只需将键盘图标放在屏幕右下角",选择使用物理键盘"即可关闭
after you plug in the keyboard just put on the Keyboard ICON "on the bottom right of the screen" the select "USE PHYSICAL KEYBOARD" to off
然后软键盘(屏幕上)将正常显示,直到您拔下键盘.
Then the Soft keyboard (on screen) will appear normally until you unplug the keyboard.
在我的情况下,我使用条形码扫描仪而不是键盘,所以我确实需要一些软键盘,但是我使用 USB 集线器并连接条形码扫描仪和数字键盘.
In my case i use the barcode scanner instead of keyboard so I do need some softkeyboard however I use the USB hub and connect both barcode scanner and numeric keyboard.
希望这会对你有所帮助.
hope this will help you.
这篇关于从物理键盘切换到软件键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:从物理键盘切换到软件键盘
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01