- 
    Bug 
- 
    Resolution: Duplicate
- 
    P2: Important 
- 
    None
- 
    5.5.0
- 
    None
- 
    devhost: OSX 10.8.5
 target HW: Google Nexus 7, WIFI, 32 GB (Android 4.4.4)
 target HW: Motorolo Moto G, 8 GB (Android 5.something)
 
In the following sample, the map does not respond to pinch gestures. This can be reproduced on different versions of Android and different vendors of Hardware
import QtQuick 2.5
import QtQuick.Controls 1.4
import QtLocation 5.5
import QtPositioning 5.5
ApplicationWindow {
    visible: true
    Plugin 
    Map {
        id: map
        plugin: myPlugin
        anchors.fill: parent
        gesture.activeGestures: MapGestureArea.ZoomGesture | MapGestureArea.PanGesture | MapGestureArea.FlickGesture
        gesture.enabled: true
        zoomLevel: 16
        Component.onCompleted: 
    }
}
- duplicates
- 
                    QTBUG-46388 Pinch does not work when no MouseArea over QML Map -         
- Closed
 
-