fix(android): resolve fullscreen overlay preventing user interaction

Resolved thanks to Capacitor community suggestion: https://forum.ionicframework.com/t/status-bar-overlaps-the-app-content-help/247967
This commit is contained in:
Tom (plebeius.eth)
2025-06-03 17:50:55 +02:00
parent d50911f6d3
commit c3ca0c330d
6 changed files with 43 additions and 183 deletions
@@ -2,13 +2,20 @@
"appId": "plebchan.android",
"appName": "plebchan",
"webDir": "build",
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": true
},
"FileUploader": {
"enabled": true
},
"StatusBar": {
"style": "Dark",
"backgroundColor": "#000000",
"overlay": false
},
"EdgeToEdge": {
"backgroundColor": "#000000"
}
},
"server": {