11-23-2012 03:12 PM
Hi,
How do I prevent the virtual keyboard from appearing by accident in my game? There is no reason for the player to use the keyboard during gameplay so I wish to disable it.
My current solution is to wait for to the NAVIGATOR_KEYBOARD_STATE with state NAVIGATOR_KEYBOARD_OPENING and calling virtualkeyboard_hide(). But that causes the keyboard to pop up a few pixels at the bottom before dissapearing again.
Is there a more elequent way of disabling the virtual keyboard gesture?
Thank you,
Shahrouz
Solved! Go to Solution.
11-23-2012 09:28 PM
Would also like to know this, is there perhaps something you can put in the bar descriptor xml?
11-25-2012 03:08 AM
11-25-2012 12:22 PM
Hi,
Is there an example where this is done? As I understand it there are more than 1 gesture triggering the virtual keyboard. Is there a way to get a exhaustive list for the gestures doing this?
Best,
Shahrouz
11-26-2012 12:13 PM
I am afraid it is not possible. If BlackBerry Advisor does not correct me don't waste your time on this. If a user swipes bottom left corner the keyboard will appear regardless of your app.