我试图强迫软件基板开立,以开展一项活动,并粉碎我想要处理自己的意见而进入的一切,我没有埃迪特提。 目前,我已尝试过这项工作,但没有工作。 我希望,Prk Keyatto在M.AnswerTextView以下开放(注:它是一份案文,不是EditText)。
InputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
// only will trigger it if no physical keyboard is open
mgr.showSoftInput(mAnswerTextView, InputMethodManager.SHOW_IMPLICIT);
- how do I force the Soft Keyboard open
- How do I gab everything that is entered so that I can handle each character. I would like to flush each character from the Soft Keyboard after I have handled it. ie, the user should not be able to enter whole words in the Soft Keyboard.