完全禁用editText软键盘
这个问题在这里已经有了答案:
InputMethodManager im = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
im.hideSoftInputFromWindow(editText.getWindowToken(), 0);
使用以下代码禁用屏幕键盘。
链接地址: http://www.djcxy.com/p/93417.html上一篇: Disable editText soft keyboard completely
下一篇: Soft keyboard issure