Hi,
we would like to implement zooming (touch device, pinch gesture) on a flickable item. We have a big are that can be horizontalli but at the same time the user should be able to zoom in/out with a pinch gesture.
Do you have any pointers as to how this could be implemented? The flickable item looks like this
Flickable {
id: flickable
width: 320
height: 480
contentWidth: gardenScene.displayRatio === 1.7 ? 1455 : 1415
contentHeight: gardenScene.height
flickableDirection: Flickable.HorizontalFlick
boundsBehavior: Flickable.StopAtBounds
//...
{
Thanks,
Stefan
-
This topic was modified 8 years, 6 months ago by
Nicolinux.