I think it is not implemented yet. There are few reported issues about
using virtual keyboard in Android.
*[#QTBUG-33713] Not possible to get boundaries of virtual keyboard on
android in order to align other stuff on it - Qt Bug Tracker*
*[#QTBUG-34089] Android: user input items filling the screen
Hello everyone,
I'm using Android 4.4.3 on a nexus 5, with Qt 5.3.0, GCC 4.8. I've
noticed that the reported height of the virtual keyboard seems to be
always 0.
For instance, in the following example...
import QtQuick 2.2
import QtQuick.Controls 1.1
import QtQuick.Layouts 1.1
ApplicationWin