【发布时间】:2013-01-18 02:45:39
【问题描述】:
可能重复:
Android: show soft keyboard automatically when focus is on an EditText
我正在编写一个应用程序,我需要做的主要事情之一是打开键盘并能够在焦点所在的文本字段上键入。
我试过了:
((InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE)).toggleSoftInput(InputMethodManager.SHOW_FORCED, InputMethodManager.HIDE_IMPLICIT_ONLY);
这不起作用,谁能给我一个提示?
【问题讨论】:
-
你试过这个解决方案了吗? stackoverflow.com/a/2418314/1489493