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

Keyboard class keys set the keyboard to default mode once clicked on them. #104

Open
ashishmau opened this issue Apr 9, 2020 · 11 comments

Comments

@ashishmau
Copy link

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

@victorwiedmer
Copy link

How did you managed to work in Angular 9? I'm getting the following error: "export 'LIVE_ANNOUNCER_PROVIDER' was not found in '@angular/cdk/a11y'
Thanks

@ashishmau
Copy link
Author

you need to install npm i ngx9-virtual-material-keyboard for angular 9 ,

https://www.npmjs.com/package/ngx9-virtual-material-keyboard

@victorwiedmer
Copy link

i've already tried with no success.

ERROR in ./node_modules/ngx9-virtual-material-keyboard/ngx9-material-keyboard-core.ngfactory.js
Module not found: Error: Can't resolve '@ngx9-material-keyboard/core' in 'D:\myProjectPath\node_modules\ngx9-virtual-material-keyboard'

@ashishmau
Copy link
Author

@victorwiedmer: I also get very trouble while installing, try below steps
1.create new angular9 project
2.install angular material library >> ng add @angular/material
3.install >> npm i ngx9-virtual-material-keyboard

@victorwiedmer
Copy link

@ashishmau Thanks.
In a new Angular 9 project, as you said, it's working.
It,s something with my project, i'll try to figure out whats going on.

@ashishmau
Copy link
Author

@victorwiedmer any update?

@victorwiedmer
Copy link

@ashishmau i've managed to make it work. My project was updated from Angular 8 to 9 and some compiler configurations was different from a fresh Angular 9 project.
Mainly changed tsconfig.json target from es5 to es2015.
Now i'm having trouble with the keyboard and masked inputs.
Thanks for your help.

@ashishmau
Copy link
Author

@victorwiedmer is there any fix you found for this?

@victorwiedmer
Copy link

victorwiedmer commented Apr 18, 2020 via email

@ashishmau
Copy link
Author

@victorwiedmer : I've tried to do so , but still that Keyclass issue exist!

@j-frost
Copy link

j-frost commented Jun 12, 2020

I got it to work by installing angular-onscreen-material-keyboard. The shift key is only for one letter, but you can use the caps lock key instead, that works for however long you want.

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

No branches or pull requests

3 participants