I'm trying to make a virtual keyboard in my angular app, And i found Simple-keyboard package so that i decided to install it and customize it but i get some error like ".simple-keyboard" was not found in the DOM. what's the problem? Someone can help me?
I'm using angular 11.2.8
I'm using this package with Angular 8, not sure if this can help.
When I installed and followed the steps with Angular example, I saw KEYBOARD_DOM_ERROR in my console either, then I found the solution for me which this issue answered.
And I tried to create an element in
.ts
file instead of just add in template, just like the issue said.After these two things, my error disappear, and I can do what I need to do next.