Fix safe area insets

This commit is contained in:
Jon Staab
2026-02-06 14:42:25 -08:00
parent 2bf00f7ddc
commit 7e7aba06a6
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -5,14 +5,14 @@ const config: CapacitorConfig = {
appName: "Flotilla",
webDir: "build",
android: {
adjustMarginsForEdgeToEdge: false,
adjustMarginsForEdgeToEdge: true,
},
plugins: {
CapacitorHttp: {
enabled: true,
},
SystemBars: {
insetsHandling: "disable",
insetsHandling: "enable",
},
SplashScreen: {
androidSplashResourceName: "splash",