-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.0, 6.7.1, 6.8.0 Beta1, 6.8.0 Beta3, 6.8.0 Beta4, 6.8.0 RC
-
None
-
- A TCL running Android TV OS 11
- A Hisense running Android TV OS 10
- A FireTV 4K stick running FireOS 6.7.0.2 (based on Android 7.1)
Tested with 6.5.5, 6.6.3 and 6.7.0 api lev 34
-
-
2971dbfe0 (dev), b60db83fa (6.8)
-
2024wk38s2FOQtforAndroid, 2024wk36s2FOQtforAndroid, 2024wk40s3FOQtforAndroid
Qt 6.7.0 is no longer opening the system keyboard on Android devices with remotes, so nothing can be entered. This issue is not present in Qt 6.6.3 or 6.5.5
I tested on 3 different "Android TVs" - the common denominator being they all use a remote.
With this minimal test app:
---------------
import QtQuick
Window {
width: 640
height: 480
visible: true
TextInput
{ anchors.centerIn: parent height: 200 width: 300 text: "Input field" color: "black" focus: true horizontalAlignment: TextInput.AlignHCenter verticalAlignment: TextInput.AlignVCenter }}
In all cases behavior is identical. This runs as expected with 6.5.5 and 6.6.3, but doesn't bring up the keyboard on 6.7.0
- is blocked by
-
QTBUG-129524 Android crash on Widget QMenu shortcut (when keyboard open)
-
- Closed
-
- resulted from
-
QTBUG-120238 Android 14 predictive text is broken for Gboard (on target)
-
- Closed
-
- split to
-
QTBUG-129315 Google TV support
-
- Open
-
-
QTBUG-130000 Keyboard does not get focus on Android TV
-
- Closed
-
- mentioned in
-
Page Loading...