From 7044f38bed9262e2d41da6bba0ea23ca157c5200 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 13 Apr 2023 10:47:20 +0200
Subject: [PATCH] Remove all allow-intent to be iOS compatible

---
 config.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.xml b/config.xml
index 082aa29..050cfc2 100644
--- a/config.xml
+++ b/config.xml
@@ -16,10 +16,10 @@ compile to www folder</description>
 	<!--allow-navigation href="*" /-->
 	<!--allow-intent href="http://*/*" /-->
 	<!--allow-intent href="https://*/*" /-->
-	<allow-intent href="tel:*" />
-	<allow-intent href="sms:*" />
-	<allow-intent href="mailto:*" />
-	<allow-intent href="geo:*" />
+	<!--allow-intent href="tel:*" /-->
+	<!--allow-intent href="sms:*" /-->
+	<!--allow-intent href="mailto:*" /-->
+	<!--allow-intent href="geo:*" /-->
 	<plugin name="cordova-plugin-geolocation" spec="4.1.0" />
 	<platform name="android">
 		<allow-intent href="market:*" />
-- 
GitLab