Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to disable the keyboard in code #20

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

etraub
Copy link

@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