I’m trying to show the soft input keyboard for a view on the touch event.
This line works:
inputManager.toggleSoftInputFromWindow(getWindowToken(),0,0);
But this line doesn’t work:
inputManager.showSoftInput(this,0);
Why is it so? What if I want to connect the soft input to the view?
Thanks.
I think you are testing on emulator. not on real device?
It will not open the
keyboardon AVD but it will open on real device, which does not haveHard key board.To test it on
AVDyou need to disable the keyboard.To disable keyboard use