I would like to know, if the virtual keypad is shown or not on BB10 devices (fulltouch). I'm using C++ / QML.
Asked
Active
Viewed 91 times
1 Answers
0
There is a GitHub BlackBerry Community project called smart signals that provides a link between BlackBerry Platform Services (BPS) and Cascades. In that project they define a VirtualKeyboarServices class that will emit signals when the virtual keyboard is shown, hidden and give you its height. That is where I would start.

Richard
- 8,920
- 2
- 18
- 24