Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.15.5, 6.1.2
-
-
Someone's on it
Description
Can be reproduced with qml like below. no such issues in previous versions
import QtQuick 2.12 import QtQuick.Window 2.12 Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Rectangle{ x:10 y:600 width: 100 height:30 color: "red" TextInput{ anchors.fill: parent } } }
Attachments
Issue Links
- duplicates
-
QTBUG-97503 Reg[5.15.2-5.15.6] Android: Keyboard covers the inputfield
- Closed
- is duplicated by
-
QTBUG-96117 Android soft keyboard no longer pans the screen
- Closed
-
QTBUG-97503 Reg[5.15.2-5.15.6] Android: Keyboard covers the inputfield
- Closed