Open etraub opened 9 years ago
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 named isEnabled to false.
angular.module('angular-virtual-keyboard').constant('isEnabled',false);
The keyboard is still enabled by default if the constant is not present.
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 named isEnabled to false.
The keyboard is still enabled by default if the constant is not present.