diff --git a/mobile/capacitor.config.json b/mobile/capacitor.config.json index afd4b3d..d70d9e2 100644 --- a/mobile/capacitor.config.json +++ b/mobile/capacitor.config.json @@ -14,7 +14,10 @@ "SafeArea": { "detectViewportFitCoverChanges": true, "initialViewportFitCover": true, - "offsetForKeyboardInsetBug": false + "offsetForKeyboardInsetBug": true + }, + "SystemBars": { + "insetsHandling": "disable" }, "Keyboard": { "resize": "none"