首页 > 移动平台 > 详细

Android虚拟、实体键盘不能同时使用?

时间:2017-06-29 18:46:05      阅读:325      评论:0      收藏:0      [点我收藏+]
/******************************************************************************
 *                    Android虚拟、实体键盘不能同时使用?
 * 说明:
 *     当Android系统中插入了键盘之后,虚拟键盘将不能被使用。
 *
 *                                         2017-6-29 深圳 龙华樟坑村 曾剑锋
 *****************************************************************************/

一、参考文档:
    1. How to enable both hardware and virtual keyboards on Android ice cream sandwich
        https://stackoverflow.com/questions/10561760/how-to-enable-both-hardware-and-virtual-keyboards-on-android-ice-cream-sandwich

二、解决方法:

The barcode scanner is detected as a Physical Keyboard. When a keyboard is connected to the device, by default the soft keyboard is disabled. To enable it, we need to turn OFF hardware keyboard via:

Settings > Language & Input > Select Input Method

The option name may differ from device to device. We will be able to use the scanner along with the soft keyboard even though we turn it OFF.

 

Android虚拟、实体键盘不能同时使用?

原文:http://www.cnblogs.com/zengjfgit/p/7095860.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!