ngx-material-keyboard / core

Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
https://ngx-material-keyboard.github.io/core/
99 stars 120 forks source link

Showing the keyboard below the input #111

Open BALAGAASHOK opened 3 years ago

BALAGAASHOK commented 3 years ago

I am using ngx-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">