小编sun*_*nil的帖子

条形码扫描仪连接到平板电脑时,软键盘无法正常工作

InputMethodManager imm = (InputMethodManager)getApplicationContext().getSystemService(Context.INPUT_METHOD_SERVICE); 
imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0);
Run Code Online (Sandbox Code Playgroud)

使用此代码时,条形码扫描仪连接时也不会出现软键盘请帮忙

android

5
推荐指数
1
解决办法
987
查看次数

标签 统计

android ×1