Browse Source

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
ui-fixes-2025-06-w2
Jose Olarte III 5 days ago
parent
commit
1b2d4b623a
  1. 2
      capacitor.config.json

2
capacitor.config.json

@ -32,7 +32,7 @@
} }
}, },
"ios": { "ios": {
"contentInset": "always", "contentInset": "never",
"allowsLinkPreview": true, "allowsLinkPreview": true,
"scrollEnabled": true, "scrollEnabled": true,
"limitsNavigationsToAppBoundDomains": true, "limitsNavigationsToAppBoundDomains": true,

Loading…
Cancel
Save