forked from jsnbuchanan/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": {
|
"ios": {
|
||||||
"contentInset": "always",
|
"contentInset": "never",
|
||||||
"allowsLinkPreview": true,
|
"allowsLinkPreview": true,
|
||||||
"scrollEnabled": true,
|
"scrollEnabled": true,
|
||||||
"limitsNavigationsToAppBoundDomains": true,
|
"limitsNavigationsToAppBoundDomains": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user