Search code examples
lwuitcodenameone

codenameone open t9 instead virtual keyboard


How can open T9 or default OS keyboard instead of VKB (virtual keyboard) of codenameone when client focus on TextField for input data?


Solution

  • You can use the TextArea class instead of the TextField class which will always use native editing. Unfortunately due to limitations of J2ME it will go to the native edit screen, but if you are OK with that then this is the way you should go.