Re: [Development] [Android] QML Qt.inputMethod.keyboardRectangle.height always equal to 0

2014-06-07 Thread Ben Lau
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

[Development] [Android] QML Qt.inputMethod.keyboardRectangle.height always equal to 0

2014-06-06 Thread Sacha Zyto
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