[SOLVED] Scroll and Zoom on Android and iOS platform ?
-
Hello,
I would like to add the possibility to slide the screen and to zoom in/out with finger gestures, but I don't know how to do it?
I know about ScrollArea, but it's best for computer.On Android it display a scrollbar on the edge of the screen and it doesn't recognize the finger gesture, only the bar and the area without widgets are affected by touching...
Is there an element property to modify or is it programmable?
I'm using a QWidget and a QGridLayout
Thanks for your help!
-
Hi,
IIRC since you are using widgets, you should take a look at QGestureRecognizer and friends
Hope it helps