From c6655e79733c1ce57a05f40acea720724b5215ec Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 23 Jun 2026 11:04:58 -0700 Subject: [PATCH] Fix keyboard safe insets --- android/app/src/main/res/values/styles.xml | 1 - capacitor.config.ts | 6 +----- src/app.html | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) 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" />