diff --git a/capacitor.config.ts b/capacitor.config.ts index 23445f0fde..7fe7498c48 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -18,7 +18,9 @@ const config: CapacitorConfig = { resizeOnFullScreen: true, }, }, - android: {}, + android: { + adjustMarginsForEdgeToEdge: 'auto', + }, ios: { // Content inset for safe areas (notch, home indicator) contentInset: 'never',