void startKeyboard()

Runs the configured virtual keyboard

Security

Trust Level Required: Medium Trust

Return

Nothing returned

Examples


var inputs = document.getElementsByTagName("input");
for(let input of inputs) {
	if(input.type == "datetime-local")
		input.onclick = function() { KioApp.startKeyboard(); };
}

Requirements

KioWare OS (Linux®) version 1.0 or greater.


Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.