Skip to content

Added option to disable the keyboard in code#20

Open
etraub wants to merge 1 commit into
the-darc:developfrom
etraub:develop
Open

Added option to disable the keyboard in code#20
etraub wants to merge 1 commit into
the-darc:developfrom
etraub:develop

Conversation

@etraub
Copy link
Copy Markdown

@etraub etraub commented Nov 17, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant