react-touch-screen-keyboard icon indicating copy to clipboard operation
react-touch-screen-keyboard copied to clipboard

React touch screen virtual keyboard, opened on input focused

Results 6 react-touch-screen-keyboard issues
Sort by recently updated
recently updated
newest added

When I click the ".?!" and Shit buttons, the keyboard is not undone by pressing outside the keyboard area, causing some possible bugs especially in the form part, the onBlur...

I want to animate the keyboard on focus/blur. It would be helpful if the events would be passed to e.g. onBlur so I can prevent it, do my animation, and...

Hi, is there a way to keep the keyboard onscreen/displayed at all times? eg. with showKeyboard somehow

I have run into a scenario where a user has used KeyboardedInput, and then clicks on a button in my UI that causes the KeyboardedInput component to be unmounted, but...

Is it possible to make a configurable option, to tell where to render the keyboard like body, any id or className. By default it will show below the input and...

Especially if there's only one character in the input. The issue seems to be the only when using the draggable library.

bug