AutoHideIME
AutoHideIME copied to clipboard
快速实现点击任意位置收缩键盘
Results
1
AutoHideIME issues
Sort by
recently updated
recently updated
newest added
遇到一个问题,如果一进入页面,我自动弹出软键盘,这时候点击其他位置软键盘不会消失,要手动把软键盘按下后之后按其他位置就有用了。 弹起软键盘方法: InputMethodManager inputMethodManager=(InputMethodManager) activity.getSystemService(Context.INPUT_METHOD_SERVICE); inputMethodManager.showSoftInput(view,InputMethodManager.SHOW_FORCED);