<div>Hi,<br></div><div><br></div><div>For a messaging client I need to watch the virtual keyboard state, when it's opened or closed I need to adjust my SilicaListView to the right position.<br></div><div><br></div><div>I tried already this:<br></div><div><br></div><div>Connections {<br>        target: Qt.inputMethod<br>        onVisibleChanged: {<br>            console.debug("Keyboard visible: " + visible)<br>            messagesListView.scrollToBottom()<br>        }<br>    }</div><div><br></div><div>But due this Qt bug: <a href="https://bugreports.qt.io/browse/QTBUG-36909">https://bugreports.qt.io/browse/QTBUG-36909</a> this solution isn't working.<br></div><div>I saw that a DBus interface is exposed from <i>com.jolla.keyboard</i> but I haven't managed yet to talk to it about the keyboard state.<br></div><div><br></div><div>Anyone an idea for this?<br></div><div><br></div><div>Kind regards,<br></div><div>Dylan Van Assche<br></div><div><br></div><div class="protonmail_signature_block protonmail_signature_block-empty"><div class="protonmail_signature_block-user protonmail_signature_block-empty"><div><br></div></div><div class="protonmail_signature_block-proton protonmail_signature_block-empty"><br></div></div><div><br></div>