From 1b2d4b623a24d43fd4e1f9b21b8b65e209a15efa Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 9 Jun 2025 20:20:17 +0800 Subject: [PATCH] Turned off automatic safe area in iOS - Safe area implementations will solely depend on CSS styles for full control - Eliminates doubled top and bottom padding in iOS --- capacitor.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capacitor.config.json b/capacitor.config.json index f43f3ea3..262f9ccd 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -32,7 +32,7 @@ } }, "ios": { - "contentInset": "always", + "contentInset": "never", "allowsLinkPreview": true, "scrollEnabled": true, "limitsNavigationsToAppBoundDomains": true,