It is possible to restrict user input to accept only list of valid keys ( which are mentioned in keyboard layout). This can be done by setting restrictInput : true;
Now is there any call back which fires when the keyboard reject the user entered key. I want to show an alert to user that he is entering the wrong keyboard.
The code I am looking will be called as:
restricInputCallBack : function ( keyboard , event) {
alert ( " The " + key + " is not valid" );
}
Is above feature available ?!
It is possible to restrict user input to accept only list of valid keys ( which are mentioned in keyboard layout). This can be done by setting restrictInput : true;
Now is there any call back which fires when the keyboard reject the user entered key. I want to show an alert to user that he is entering the wrong keyboard.
The code I am looking will be called as:
Is above feature available ?!