I am developing a j2me application using LWUIT as GUI .... how can I disable the navigation virtual keyboard appeared down in the touch screen ?
Asked
Active
Viewed 939 times
0
-
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 Answers
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