-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.9.2, 6.10.0 Beta4
-
Android 15, 16. Samsung S21+, Pixel 8+
-
-
2025wk38s2QtforAndroid, 2025wk40s2-3QtforAndroid
I’m encountering an issue in Qt Quick 6.9.2 on Android. Please take a look at this very simple QML main form:
import QtQuick import QtQuick.Window import QtQuick.Controls ApplicationWindow { visible: true TextField { anchors.fill: parent text: "Please tap quickly multiple times on this text, the soft keyboard eventually disappears" } }
When I tap quickly multiple times on this text, the soft keyboard sometimes disappears and then quickly appears (it is flickering). This behaviour makes it impossible to work with the default context menu (Copy/Paste/Select all etc.). I observe this behaviour in 6.9.2 and 6.9.10, but I do not have this problem in 6.9.0.