Reputation: 1303
Is there any virtual keyboard solution for angular which is completely compatible with angular ecosystem? I have taken look at mottie keyboard with angular wrapper around it and also This and this
the first one is not fully angular, I mean it doesn't work well with validation system of angular, the two latter have very ugly UI and are not very customize able.
Upvotes: 0
Views: 2945
Reputation: 314
You can use material design keyboard for good UI but this is also not so much customisable. https://github.com/davidenke/angular-material-keyboard
Upvotes: 1