I am writing a kiosk application for a rooted Android 4.4 tablet. For this I am using cordova. This application can only be controlled with a bluetooth remote control. Unfortunetely there is no Touch, Mouse or Keyboard available.
Using the app with the remote control basically is no problem, but unfortunately it is impossible for the user to fill out <input>
-fields!
If the user navigates to an input field, the android-software-keyboard successfully shows up, but it never gets the focus of the remote control. No matter what you press or what you try - you cannot reach it with the remote control. (See attached screenshot)
I have found a cordova plugin, but this is mainly for issues when the software-keyboard doesn't show up at all. It doesn't help in my case.
How can I fix this? How can I focus the keyboard in Java or JavaScript?