Hi, is there a way of controlling the position of ...
# android
d
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
Would you have control to use/make a custom keyboard that doesn't have a UI?
d
What do you mean by doesn’t have UI. We can install whatever keyboard we like.
t
I mean, that the keyboard comes up, you just don't see it. Similar what it looks like with a bluetooth keyboard connected
d
And we would implement a custom keyboard drawn on top and generate & send the events ourselves?