GestureArea is marked experimental, and probably rightly so. When I
tried just a
GestureArea {
anchors.fill: parent
onSwipe: {
console.log(swipeAngle)
}
}
I never could get any swipe registered (tried with desktop and N9).
Before I roll my sleeves and implement something for my needs, I figured
I'd ask what's the status.
Thanks,
/Harri