sample-simpleui icon indicating copy to clipboard operation
sample-simpleui copied to clipboard

android things with softkeyboard

Open onepas opened this issue 8 years ago • 2 comments

I have official raspberry pi 7inch touch display attached with RPI3. I created very simple UI layout with a EditText. but when EditText has focus, I can't see softkeyboard showing. So, how can I show softkeybord? I need manual implement android.inputmethodservice.KeyboardView ?

Thanks.

onepas avatar Jan 21 '17 02:01 onepas

https://plus.google.com/u/0/+CarlWhalley/posts/X3KnPu3JVGe?cfem=1

Kovshische avatar Nov 14 '17 15:11 Kovshische

I have the opposite problem - just getting started with Android Things, created a basic UI with EditText which opens the onscreen keyboard when selected, but no way to close it - neither the DONE button nor the checkbox (return) key are able to close it.

Any ideas ?

Thought at first that maybe it didn't have a next focusable field or something, so added more EditText fields, but still cannot close keyboard once it opens.

kstearns avatar Jan 18 '18 04:01 kstearns