diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml
index ca652513..ff53ab2d 100644
--- a/android/app/src/main/res/values/styles.xml
+++ b/android/app/src/main/res/values/styles.xml
@@ -11,7 +11,6 @@
- false
- true
- @null
- - true
diff --git a/capacitor.config.ts b/capacitor.config.ts
index 79d2e75b..ebf56ef1 100644
--- a/capacitor.config.ts
+++ b/capacitor.config.ts
@@ -7,22 +7,18 @@ const config: CapacitorConfig = {
ios: {
scheme: "Flotilla Chat",
},
- android: {
- adjustMarginsForEdgeToEdge: true,
- },
plugins: {
CapacitorHttp: {
enabled: true,
},
SystemBars: {
- insetsHandling: "enable",
+ insetsHandling: "disable",
},
SplashScreen: {
androidSplashResourceName: "splash",
},
Keyboard: {
style: "DARK",
- resizeOnFullScreen: true,
},
Badge: {
persist: true,
diff --git a/src/app.html b/src/app.html
index 3bab4e05..83aab28f 100644
--- a/src/app.html
+++ b/src/app.html
@@ -6,7 +6,7 @@
+ content="width=device-width, initial-scale=1.0, viewport-fit=cover" />