<?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[QML gestures don&#x27;t work on Android 2.3.3]]></title><description><![CDATA[<p dir="auto">Hi folks, I have been "brainf*cked" by Android: My Android phone (Android 2.3.3) is not able to recognize more gestures than Tap or Tap&amp;Hold. I haven't tried QGestureRecognizer yet, but I have tried function grabGesture() and it seems like it doesn't work somewhere inside.</p>
<p dir="auto">@<br />
Text<br />
{<br />
id: txt<br />
anchors.fill: parent<br />
anchors.horizontalCenter: parent.horizontalCenter<br />
anchors.verticalCenter: parent.verticalCenter<br />
}</p>
<p dir="auto">GestureArea<br />
{<br />
anchors.fill: parent<br />
width: parent.width<br />
height: parent.height</p>
<pre><code>    onTap: txt.text = "Tap!"
    onTapAndHold: txt.text = "Tap &amp; Hold!"
    onPinch: txt.text = "Pinch!"   // does not recognize
    onSwipe: txt.text = "Swipe!" // does not recognize
    onPan: txt.text = "Pan!"    // does not recognize
}
</code></pre>
<p dir="auto">@</p>
<p dir="auto">Do you have suggestion what I shall do?</p>
]]></description><link>https://forum.qt.io/topic/19335/qml-gestures-don-t-work-on-android-2-3-3</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 22:55:26 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/19335.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Aug 2012 14:02:28 GMT</pubDate><ttl>60</ttl></channel></rss>