Working on a embedded linux device with touch screen. Compiled Qt with eglfs support and using tslib for the touch screen. All good up until here. Now, I need to add a virtual keyboard. I've this keyboard as platforminputcontextplugin which works very well on my development linux machine. How can this be done on the embedded device? eglfs is forcing the top window (main window) to full screen and the keyboard is struck behind this window.
What are the options available to me? we need eglfs as it supports OpenGL ES which in turn used by Qt Quick (QML).