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()) 
						setTimeout(KioApp.CloseKeyboard(), 5000)},
				10000)
    

Requirements

KioWare for Windows version 8.1 or greater.