fix: android system status bar and nav bar cover app ui (#6779)

* fix: app covered by android system

the android status bar and nav bar cover app components

* change to capacitor android margins to 'auto'
This commit is contained in:
Billy Jasinski 2026-03-10 10:58:10 -04:00 committed by GitHub
parent e4379278ff
commit fc5692f7d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,9 @@ const config: CapacitorConfig = {
resizeOnFullScreen: true,
},
},
android: {},
android: {
adjustMarginsForEdgeToEdge: 'auto',
},
ios: {
// Content inset for safe areas (notch, home indicator)
contentInset: 'never',