vue-touch-keyboard
vue-touch-keyboard copied to clipboard
Virtual keyboard component for Vue.js 2.x. Designed to Raspberry Pi Touch Display
Multi-language support
Is it possible to add multi-language support?
Correct key widths
Currently issue: When giving keys a custom size it can be hard to make them align correctly with the other lines, and the math doesn't add up. For instance, in...
Why just only HTMLInputElement for input?
Why not also HTMLTextAreaElement?
@touchstart event ?
Hi, I'm using your (very helpful) plugin with a true kiosk machine that has no real keyboard input. It works really well, however we noticed that some elderly customers long-press...
For devices which support touchstart/touchend (or mousedown/mouseup?) it would be nice to see an auto-repeat function for when the user presses and holds a key (i.e. with configurable initial delay...
Issue adding decimal numbers
I have a keyboard with the numeric layout. When I click “5” and then the decimal point, it clears the value and I get this message in the console: >...
useKbEvents doesn't trigger v-model update
I have set the options.useKbEvents to true and I hoped that this will trigger an update of the data property I used in v-model with the input field. I see...
I want to keep the layout of the keyboard to match a real one, but I want some areas to leave gaps. Something like `rowgap1: { width: 10 }` where...
How can prevent event bubble to trigger android's keyboard
as title , When I assign foucs or click event to input , but It will trigger andorid's keyboard . How can I prevent it.
How to style on keypress
Hi, I was wondering how or If I can edit the input on keydown or keypress? In the working jsfiddle https://jsfiddle.net/icebob/88n7c1L8/ when a user presses on a key, the input...