[Interest] Moving UI when Android OSK comes up?

Jason H jhihn at gmx.com
Mon Jul 25 17:08:42 CEST 2016


I'm t ryng to add a chat feature with an app. When the keyboard comes up, it obscures the UI, so I always kept the edits above the keyboard area. But now, I'd like to provide a "facebook-style" chat UI, where the text entry is docked to the top of the keyboard, with the previous chat history above that, and not obscuring any previous messages. How could I do that in QML?

+------------------------------+
| previous chat                |
| history                      |
| goes                         |
| here...                      |
+------------------------------+
| [ text entry here   ] [send] |
| [ OSK line 0 ]               | (usually 1-0, if present ) ]
| [ OSK line 1 ]               | (A-L]
| [ OSK line 2 ]               | (Z-M)]
+------------------------------+





More information about the Interest mailing list