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 doesn't work: ``` javascript .config(['VKI_CONFIG', function(VKI_CONFIG) { VKI_CONFIG.size = 3; }])` ``` This fixes it for me: `config.size = config.size >=1 && config.size =1 && config.size

I had an application\* for which I needed to disable or enable the keyboard in code. This change allows the developer to turn off the angular-virtual-keyboard by setting a constant...

It would be nice to check if ua-parser.js module is available using require instead of always using angular-useragent-parser.

It would be nice to use angular-virtual-keyboard module with browserify: ``` angular.module('app', [require('angular-virtual-keyboard')]); ```

Is it possible to add functionality to suppress the native keyboard when viewing a HTML5 site that uses `angular-virtual-keyboard` for its text fields and areas?

question

Instead of a configurations, it would be interesting if the directive `ng-virtual-keyboard` clouds receive a VKI instance preconfigured. With this functionality would be possible to reuse a configuration in multiple...

enhancement
PRs plz!

Add support to drag and drop the keyboard interface with a configuration like `VKI_draggable` to enable this feature. (_Default value to false_)

enhancement
PRs plz!