언어 설정

Menu
Sites
Language
Prevent soft keypad from displaying on editbox tap

I am developing an app with its own customized keypad (specially for that app). However, when I tap the editor field. the default keypad opens up and covers my custom keypad.

How do I permanetly stop the default soft keypad from popping up for that particular app when the editor field of that app is tapped?

Any help will be much much appreciated.

 

Responses

5 댓글
Alex Ashirov

Hi,

You can use SetKeypadEnabled(false) in order to disable the default keypad.

Raunak Oberoi

Thank you! It worked like a charm

Raunak Oberoi

Oh, wait, the EditBox gets disabled too, and I can't see/control the cursor too. Is there any way to stop the soft keypad from coming up AND still have the cursor?

Alex Ashirov

Hi,

Strange...  I have just tried exactly the same and the cursor is still present. Probably you accidentally disabled the cursor experimenting with others APIs. Also, you may try to check the Input method as supposed below.

hgw7