1

I would like to know, if the virtual keypad is shown or not on BB10 devices (fulltouch). I'm using C++ / QML.

thowa
  • 590
  • 1
  • 8
  • 29

1 Answers1

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