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": {
"contentInset": "always",
"contentInset": "never",
"allowsLinkPreview": true,
"scrollEnabled": true,
"limitsNavigationsToAppBoundDomains": true,

Loading…
Cancel
Save