changes to remove fullscreen of app

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 10:43:10 +00:00
co-authored by Copilot
parent fea2e2f8f8
commit 1897f8a9e7
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -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;