From 1897f8a9e790944a8b71da2e5818d1eea885eca5 Mon Sep 17 00:00:00 2001 From: kfj001 Date: Mon, 27 Apr 2026 10:43:10 +0000 Subject: [PATCH] changes to remove fullscreen of app Co-authored-by: Copilot --- android/app/src/main/res/values/styles.xml | 4 ++++ capacitor.config.ts | 3 ++- www/index.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index be874e5..90adb2d 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -13,10 +13,14 @@ false true @null + false + @color/colorPrimaryDark \ No newline at end of file diff --git a/capacitor.config.ts b/capacitor.config.ts index e62a5f9..f33194a 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -5,6 +5,7 @@ const config: CapacitorConfig = { appName: 'kryz-go', webDir: 'www', android: { + adjustMarginsForEdgeToEdge: 'force', buildOptions: { keystorePath: undefined, keystoreAlias: undefined, @@ -12,4 +13,4 @@ const config: CapacitorConfig = { }, }; -export default config; +export default config; \ No newline at end of file diff --git a/www/index.html b/www/index.html index fef0b4c..da4e8bd 100644 --- a/www/index.html +++ b/www/index.html @@ -2,7 +2,7 @@ - +