iOS: Sometimes Keyboard pushes up the whole qml page
Unsolved
Mobile and Embedded
-
Hello everyone,
I am developing a cross-platform QML QtQuick application. One window is typical chat with header, message area and TextEdit input below. On the iOS (both in simulator and a real device) I faced the problem with the virtual keyboard that "moves" the text edit as well as the whole window upward and does not allow to see the header.
Here is screenshot with the application window: https://drive.google.com/file/d/0B6ZI4g3F2MLOSXB2RjBDbGNEWEk
Same issue has been registered in Qt bugtracker already. But there is no solution. Moreover, similar problem has been reported on the forum, with no answer.
Any ideas on solution or workaround?