core
core copied to clipboard
Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
eg. when you press shift key it switch to new buttons, but when you press any of button it goes back to its previous mode. issue in angular 9
i'm encountering this error when compiling an Angular 9 app ERROR in ./node_modules/@ngx-material-keyboard/core/__ivy_ngcc__/esm2015/ngx-material-keyboard-core.js 8407:20-43 "export 'LIVE_ANNOUNCER_PROVIDER' was not found in '@angular/cdk/a11y'
This pull request fixes the slice error #50 and is updated to Angular 7
Hello @davidenke , just wondering if this is still supported / will be updated to support ng8? Thanks
Hi, how can I accomplish scramble/randomize keys after each tap/click?
Hi, for some reason when I run the code for the keyboard locally it works, but when i run it in a deployed environment, I get the following error `ERROR...
Hi, is it possible to control the MatKeyboard using the keyboard arrow (an enter) or a Gamepad?
@davidenke , Any idea to implement accessibility features in virtual keyboard, i tried to enhancement to apply accessibility features, but for me difficult to handle keyboard arrow navigation. please suggest...
Is there a multilingual key button to switch keyboard layout?
Added fix from PR #51 and added string casting for value input - otherwise value.slice() si not a function #50