void isKeyboardShowing()
Detects if the virtual keyboard is showing or not
Security
Trust Level Required: Low Trust
Return
True if the virtual keyboard is showing.
Examples
setInterval(function() {
if(KioApp.isKeyboardShowing())
KioApp.closeKeyboard(500);
}, 10000);
Requirements
KioWare OS (Linux®) version 1.0 or greater.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.