-1

I have downloaded the device on genymotion that is HTC One - 4.4.4 - API-19. The problem is that the soft keyboard is not appearing at all. I have tried with the ime coding as

edPost.requestFocus();
imm.showSoftInput(edPost, 0);

Then I thought may be I am mistaking somewhere in my code. I have checked the default message app of this device where I can't see the soft keyboard to type the message or destination number. Even anywhere the keyboard may appear I can't see it at all. Please help me with any kind of knowledge about this problem. Thanks in advance.

Asad
  • 1,260
  • 13
  • 19

3 Answers3

3

checkmark use virtual keyboard for text input from genymotion device setting.

see attached image.

setting

Tejas
  • 898
  • 2
  • 15
  • 38
1

Goto Settings --> Language & Input --> Current Keyboard

Here in this dialog Turn On the "Hardware" Toggle button.

1

Sorry Tejas, it is not the correct answer. I have unchecked the "use virtual keyboard for text input" as you have attached on image and still able to display the soft keyboard by this way. See the below image

enter image description here

Thanks.

Asad
  • 1,260
  • 13
  • 19