<div dir="ltr"><div><div><div><div><div>Sebastian,<br><br></div>With the latest round of patches to Subsurface-mobile, the screen goes blank when selecting either the email or password field on the cloud credentials page.<br><br></div>I tracked it down to commit 548d6fc sync with mobilecomponents a85365111 + patches, and specifically to this change to __pageStack anchors in ApplicationWindow.qml<br><br>     PageRow {<br>         id: __pageStack<br>-        anchors.fill: parent<br>+        anchors {<br>+            fill: parent<br>+            bottomMargin: Qt.inputMethod.visible ? (root.y + root.height) - (Qt.<br>+inputMethod.keyboardRectangle.y) : 0<br>+        }<br>         focus: true<br>         Keys.onReleased: {<br><br></div>Reversing the change fixes the problem on my phone, but presumably the change was made to address another issue. I haven't got my head around what it should do.<br><br></div>Regards,<br><br></div>Rick<br></div>