<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[N9] TextInput don&#x27;t trigger virtual keyboard]]></title><description><![CDATA[<p dir="auto">Hello everyone!</p>
<p dir="auto">I'm trying to create an mobile application. But i have a problem with TextInput, I get no virtual keyboard whn i "click" inside it.<br />
Do i have to add something more to trigger the keyboard.</p>
<p dir="auto">I've played around a bit with activeFocusOnPress and focus without success</p>
<p dir="auto"><em>Update:</em> This had notting to do with Qt Quick, it's my ssh launch script that for some reason messes with the ability to show keyboard. Feel free to close/remove this</p>
<p dir="auto">Sample:<br />
@<br />
Rectangle {<br />
id: background<br />
color: "#FFFFFF"</p>
<pre><code>    width: parent.width-30
    height: 60

    border.width: 2
    border.color: "#000000"
    radius: 10
    smooth: true

    TextInput {
        id: input

        color: "#888888"
        font.pixelSize: 40
        text: "Hello"

        width: parent.width-16
        anchors.centerIn: parent
    }
}
</code></pre>
<p dir="auto">--@</p>
]]></description><link>https://forum.qt.io/topic/21064/n9-textinput-don-t-trigger-virtual-keyboard</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 19:59:48 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/21064.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Nov 2012 10:40:04 GMT</pubDate><ttl>60</ttl></channel></rss>