mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
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:
parent
e4379278ff
commit
fc5692f7d5
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ const config: CapacitorConfig = {
|
|||
resizeOnFullScreen: true,
|
||||
},
|
||||
},
|
||||
android: {},
|
||||
android: {
|
||||
adjustMarginsForEdgeToEdge: 'auto',
|
||||
},
|
||||
ios: {
|
||||
// Content inset for safe areas (notch, home indicator)
|
||||
contentInset: 'never',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue