fix barphone ios

This commit is contained in:
2026-05-17 21:06:34 +02:00
parent d880520882
commit 1d0588fa69
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -5,5 +5,12 @@
"server": { "server": {
"url": "https://opm.nhkyllian.fr", "url": "https://opm.nhkyllian.fr",
"cleartext": true "cleartext": true
},
"plugins": {
"StatusBar": {
"overlaysWebView": false,
"backgroundColor": "#020408",
"style": "DARK"
}
} }
} }
+2 -1
View File
@@ -27,6 +27,7 @@
"@capacitor/android": "^8.3.4", "@capacitor/android": "^8.3.4",
"@capacitor/cli": "^8.3.4", "@capacitor/cli": "^8.3.4",
"@capacitor/core": "^8.3.4", "@capacitor/core": "^8.3.4",
"@capacitor/ios": "^8.3.4" "@capacitor/ios": "^8.3.4",
"@capacitor/status-bar": "^8.0.0"
} }
} }