Same issue here, using qt5.2.1 on Android

The strange thing being that I can see very randomly some panGestures mixed up between pinchGestures only if I use 3 (!) fingers. I actually never succeeded to see a single swipeGesture, whatever I tried.

I tried to catch these events a the scene/view level, then I tried at QGraphicsItem level, no joy. tapGestures, tapAndHoldGestures and swipeGestures seem ok, not panGestures and swipeGestures. I don't really need the swipeGesture but not being able to catch a pan is a real problem here...

Any idea or advice?