summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/ConnectMainContentView.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/MullvadVPN/ConnectMainContentView.swift b/ios/MullvadVPN/ConnectMainContentView.swift
index 073bd59a46..99e181ab0d 100644
--- a/ios/MullvadVPN/ConnectMainContentView.swift
+++ b/ios/MullvadVPN/ConnectMainContentView.swift
@@ -21,6 +21,9 @@ class ConnectMainContentView: UIView {
mapView.translatesAutoresizingMaskIntoConstraints = true
mapView.autoresizingMask = [.flexibleWidth, .flexibleHeight]
mapView.showsUserLocation = false
+ mapView.isZoomEnabled = false
+ mapView.isScrollEnabled = false
+ mapView.isUserInteractionEnabled = false
return mapView
}()