When using text input to enter username and passoword, getting fullscreen keyboard in android which covers the entire screen. Can anyone suggest any solution to avoid this fullscreen keyboard.
There’s no easy solution.
The keyboard which is shown is the Android OS standard keyboard. (I think I’ve seen the similar in the other apps).
You always can write a plugin on your own, but it’s even harder to make it work on all the devices.
Thanks Yury Habets. Is there a plugin for that or we need to write on own ?