forked from trent_larson/crowd-funder-for-time-pwa
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
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
}
|
||||
},
|
||||
"ios": {
|
||||
"contentInset": "always",
|
||||
"contentInset": "never",
|
||||
"allowsLinkPreview": true,
|
||||
"scrollEnabled": true,
|
||||
"limitsNavigationsToAppBoundDomains": true,
|
||||
|
||||
Reference in New Issue
Block a user