I am using angular-onscreen-material-keyboard, I am able to see the keyboard on focus of the input element , but keyboard is showing bottom of the page, How can I achieve ,to show the keyboard below of the input like this
this is my html code <input [matKeyboard]="'hi'" class="form-control">
I am using angular-onscreen-material-keyboard, I am able to see the keyboard on focus of the input element , but keyboard is showing bottom of the page, How can I achieve ,to show the keyboard below of the input like this
this is my html code
<input [matKeyboard]="'hi'" class="form-control">