Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Gestures in QML 2.0
-
Hi there,
What is the best way to capture simple gestures (like swipe left, right, up, down) in QML 2.0?
I found the MultiPointTouchArea element but it seems there is no built in support for simple standard gestures.
Thanks a ton.
-
There are no built-in gesture recognizers in Quick 2, apart from PinchArea. MultiPointTouchArea is still your best bet, I believe. Recognizing one finger gestures like swipe should be simple enough.