nwrkbiz / android-xserver

Maintaining the original project to make it work again with new Android versions.
MIT License
167 stars 18 forks source link

Open up keyboard when clicking on elements that allow text input. #20

Closed nwrkbiz closed 3 years ago

nwrkbiz commented 3 years ago

Open up keyboard when clicking on elements that allow text input.

nwrkbiz commented 3 years ago

This is not possible, as only the window alone knows where to put the text characters it receives from keyboard events.

As alternative: Add open softkeyboard button to longClick menu. (the view itself should provide a way to open up the softkeyboard, to avoid problems when embedding the library subproject into other applications.)