diff --git a/src/FlightMap/FlightMap.qml b/src/FlightMap/FlightMap.qml index f7acec53931266d1aa4afd5911ea79bab14fb62e..58078dc36e1e97d621eded876b4d65b7640abae9 100644 --- a/src/FlightMap/FlightMap.qml +++ b/src/FlightMap/FlightMap.qml @@ -85,7 +85,8 @@ Map { anchors.bottom: parent.bottom spacing: ScreenTools.defaultFontPixelWidth / 2 z: 1000 // Must be on top for clicking - visible: !ScreenTools.isMobile + // Pinch zoom doesn't seem to be working, so zoom buttons in mobile on for now + //visible: !ScreenTools.isMobile Row { layoutDirection: Qt.RightToLeft