angular-virtual-keyboard icon indicating copy to clipboard operation
angular-virtual-keyboard copied to clipboard

An AngularJs Virtual Keyboard Interface based on GreyWyvern VKI

Results 27 angular-virtual-keyboard issues
Sort by recently updated
recently updated
newest added

This project does not work with JSPM package manager since the "index.js" file configured under "main" below does not exist. We updated it to point correctly to the release folder....

I am testing this keyboard, but if user clicks quickly on keys (double, triple tap ) on touch devices, the page is zoomed, I already added to my page the...

If user wish to key in using the keyboard, he needs to click on the input field twice. The focus is set for the virtual keyboard. This issue is not...

Hi, I am trying to run the virtual keyboard alongside Angular Material's md-autocomplete functionality (https://material.angularjs.org/1.0.2/api/directive/mdAutocomplete) but when I do I get a Multiple Directives error. Is there any way I...

Angular should be in bower dependencies list. https://github.com/the-darc/angular-virtual-keyboard/blob/master/bower.json `"dependencies": { "angular": "~1" },`

1. Fixed issue 28 (show keyboard on read-only field - see demo). 2. Simplified development use: - demo web application final files are placed in `dist` folder - background compilation,...

In readonly mode input, virtual keyboard still show and the value can change by user. I try add filter condition to prevent show keyboard in readonly mode and it's work....

When I select text in input (type=number) and then I press key on virtual keyboard, then new key is append to text. When I set type of input to text,...

Uncaught RangeError: Maximum call stack size exceeded happens when opening the keyboard, clearing the text field via pressing the clear button, and pressing the X button to exit out then...

Updating(reattaching) keyboard when directive configuration is changed because of need to change i18n labels dynamically.