My lwuit application works fine on my qwerty phone.
However, when I transfer it to a touch screen phone an ugly black keypad comes up along with the application. The keypad consists of 4 arrow keys and 4 keys {A,B,C,D}. This keypad occupied almost 40% of the screen.
I have added drag events so that the user can navigate the app with a stylus.
1) How do I disable the arrow keys from coming up?
I tried setting the VKB to null, but thats not working.
2) I am having some painting issues with the application. I have used a button.flatten property which works fine on my qwerty phone. But on the touch screen , it works sometimes and at other times it does not.
How do i solve these issues?
Thanks.