0

I am developing a j2me application using LWUIT as GUI .... how can I disable the navigation virtual keyboard appeared down in the touch screen ?

funkybro
  • 8,432
  • 6
  • 39
  • 52
Ahmed Mohsen
  • 23
  • 1
  • 4
  • Removed LWUIT tag as that is a red herring, the solution below applies to any JavaME app on Symbian – funkybro Mar 20 '11 at 13:49

1 Answers1

1

If you are using a Symbian JavaME phone you can disable the virtual keypad by adding the

Nokia-MIDlet-On-Screen-Keypad: no

Jad attribute to your JAD/Manifest..

Also take a look at this blog entry for more

Gorkem Ercan
  • 3,220
  • 1
  • 18
  • 26