1

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

Ionică Bizău
  • 109,027
  • 88
  • 289
  • 474
Ahmad
  • 437
  • 5
  • 20

1 Answers1

1

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.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65