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
pull/142/head
Jose Olarte III 2 months ago
parent
commit
e7f32efdfe
  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