Example of handling keyboard appearance on iOS and Android devices. Where?
-
Hello all!
Seeking any examples of handling virtual keyboard appearance on iOS and Android device. Does anyone know where to find it?
Trying to make clear how it must be working. Or best practice of using it.
Basically - need to understand how to resize correctly "content wrapper" relatively ApplicationWindow or Window QML components.
Since Qt 6.9 might be using SafeArea https://doc.qt.io/qt-6/qml-qtquick-safearea.html might be used. Official example is very poor.
Is there any of it?For now struggling with correct positioning of UI elements when keyboard active.
Any official manuals? -
Haven't found any working example. After 5 days of experiments on Qt 6.11.1 got written example It's on purpose written not optimized and very detailed within logging functions details. Don't know of working it on other versions of Qt. It's using SafeArea means on Qt 6.9 maybe will be working too.
-
B bogong has marked this topic as solved