Hi, is there a way of controlling the position of Keyboard on screen? We are modifying the Window manager with
wm overscan
, to hide navigation controls all-together (you cannot swipe down to bring up notification shade). But this also moves the keyboard, and hides part of it. Our application is always in landscape and is the only one running. Hacky solutions are welcome.
t
Trevor Settles
05/20/2021, 4:31 PM
Would you have control to use/make a custom keyboard that doesn't have a UI?
d
Denis Capkovic
05/20/2021, 4:37 PM
What do you mean by doesn’t have UI. We can install whatever keyboard we like.
t
Trevor Settles
05/21/2021, 8:39 PM
I mean, that the keyboard comes up, you just don't see it. Similar what it looks like with a bluetooth keyboard connected
d
Denis Capkovic
05/22/2021, 10:24 AM
And we would implement a custom keyboard drawn on top and generate & send the events ourselves?