vue-touch-keyboard
vue-touch-keyboard copied to clipboard
Cannot see the input box while typing
Problem
When the keyboard pop ups, the bottom content are obviously get covered by the keyboard. There is no problem using it if the input field is on the top of the screen. The problem is when the input field is at the bottom of the page. I have no idea what I am typing.
Solution
Add an input field at the top of the keyboard. There should also be a label of the name of the field. So I dont forget what field I'm currently typing. I guess you can easily calculate if the input field will be covered by the keyboard.
yes please