I developed a view based application for Android but I get navigation keys on the touch screen, up/down/select/ok. I do not need these keys and I want to remove them so that they don't show on the screen so that the application displays full screen. Anything to do with LWUIT? Help please. Thanks
Asked
Active
Viewed 703 times
2
-
1Well, Android itself doesn't add navigation keys to apps, so if you're using LWUIT it probably has to do with that. – Yoni Samlan Dec 01 '10 at 16:21
1 Answers
0
It can be done inside your android emulator. Press menu on home screen, open "Settings", then "language and keyboard", and disable all keyboards. The emulator keyboard (not the on screen one, but your PC keyboard and button keyboard on the right) is considered as hardware keyboard, and will still work.

Gábor Lipták
- 9,646
- 2
- 59
- 113
-
thanks :) that is helpful but the thing is that I uploaded the app on a real device. I'm using lwuit, I guess that's the part I should be working on but the problem is that I cant seem to find a way around it. – Ralph El Helou Dec 02 '10 at 08:04