Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
6.4.1, 6.4.2
-
None
-
-
2023wk06FOQtforAndroid
Description
Hello, when I click Done button on the virtual (system) keyboard, the keyboard is not closed.
It used to close the keyboard back in Qt5.
We managed to reproduce this issue on the following devices:
- Samsung Galaxy A32, Android 12, Samsung Keyboard
- Samsung Galaxy A32, Android 12, Gboard Keyboard
- Samsung Galaxy Tab S3, Android 9, Samsung Keyboard
- Samsung Galaxy S21, Android 12, Samsung Keyboard
I can reproduce it on this snippet:
import QtQuick import QtQuick.Controls Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Item { width: parent.width height: parent.height TextField { anchors.centerIn: parent width: parent.width / 2 height: 100 } } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-107662 Android keyboard doesn't close when clicking on done
- Closed
- mentioned in
-
Page Loading...