KioskBoard icon indicating copy to clipboard operation
KioskBoard copied to clipboard

KioskBoard - A pure JavaScript library for using virtual keyboards.

Results 38 KioskBoard issues
Sort by recently updated
recently updated
newest added

The possibility to toggle the keyboard with a button would be nice. Then you could write on any focused element, not only inputs and textareas. For example in the search...

enhancement

I would like to end typing text into the search input field by pressing Enter, but I'm not sure if there is a way to add Enter key to the...

enhancement

If you have a input field and allow the user to use the physical keyboard as well (allowRealKeyboard and allowMobileKeyboard are both true). The user then leaves the input field...

enhancement

### Describe the bug Under special circumstances the keyboard covers the input and the window is not scrolled to make the input visible even though autoscroll is turned on. E.g.:...

bug

### Describe the bug When special characters are enabled and the keyboard's height takes up more then 2/3 of the window's height the close button of the specialcharacters window is...

bug

Hello, I have a input field linked with a KioskBoard instance. For instance, I am using a numeric keyboard with `allowRealKeyboard = false` set as a parameter for `KioskBoard.init` method....

enhancement

It would be nice, if it is possible to add additional keys like "," or "." to the numpad in future. Greetings Mathias

enhancement

A few users have the problem that they do not know how to close the keyboard. Therefore, in my opinion, it would make sense to offer a "close button" that...

enhancement

Hi, I tested your virtual keyboard and like it very much. Although there is, I think, an enhancement to make it closer to real life keyboard. Besides of the regular...

enhancement

### Is your feature request related to a problem? Please describe. I'm developing a control system that can be accessed using a web browser. This screen don't use regular input...

enhancement