From 2794e1221021f674c6d8d43e612f9e3c94f97202 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Sat, 7 Oct 2023 22:03:50 +0200 Subject: [PATCH 1/2] Add bug info for iOS 17 users --- src/views/Map.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Map.vue b/src/views/Map.vue index 156bb9f..6af1c55 100644 --- a/src/views/Map.vue +++ b/src/views/Map.vue @@ -30,7 +30,7 @@ -
Your browser does not support WebGL, which is required to render this map.
+
Your browser does not support WebGL, which is required to render this map. iOS 17 users: There is a bug in iOS 17 that can sometimes cause this error. Restarting Safari (closing/killing it completely) resolves the issue temporarily.
Zoom in to see all filtered/spotted summits
From c2c6ea1ae79ca5319583cfc9dfeb38fb44a22b0a Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Mon, 16 Oct 2023 12:10:39 +0200 Subject: [PATCH 2/2] Fix random switching to other webcam popup --- src/components/MapWebcams.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapWebcams.vue b/src/components/MapWebcams.vue index 26b2c02..7a9953d 100644 --- a/src/components/MapWebcams.vue +++ b/src/components/MapWebcams.vue @@ -1,6 +1,6 @@