vue-touch-keyboard icon indicating copy to clipboard operation
vue-touch-keyboard copied to clipboard

Virtual keyboard component for Vue.js 2.x. Designed to Raspberry Pi Touch Display

Results 24 vue-touch-keyboard issues
Sort by recently updated
recently updated
newest added

``` ``` ``` import layoutRu from "@/components/parts/keyboard-layout-ru"; // load default style export default { name: 'keyboard', data () { return { visible: false, layout: layoutRu, input: null, options: { useKbEvents:...

I want to use the numeric layout without Next button. Let me know is it possible to remove multiple buttons such as "_" and "." buttons

Hi all, I ran into some issues with the eslint vue rules, particularly vue/no-mutations-props: > Mutating a prop locally is now considered an anti-pattern, e.g. declaring a prop and then...

Add russian language to layouts.

When using your code in the Typescript version of vue i get following error: ``` [Vue warn]: Failed to mount component: template or render function not defined. found in --->...

### Problem When the keyboard pop ups, the bottom content are obviously get covered by the keyboard. There is no problem using it if the input field is on the...

Hi @icebob I think it could be handy if vue-touch-keyboard can use touchstart events on touch devices. I've updated the doc too.

I would like to know if there is an alternative to trigger a custom function in Vue on click? As an example I'd like to change the width of the...

A lot of accidental double-presses are registering on my capacitive touch screen. Is there a simple way to debounce events? So a minimum of say, 175ms is required between registering...