Skip to content

Commit 580178a

Browse files
committed
Adjust margins for mobile edge to edge layout
1 parent cdafd54 commit 580178a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.changelog/2223.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adjust margins for mobile edge to edge layout

capacitor.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const config: CapacitorConfig = {
44
appId: 'org.oasisprotocol.wallet',
55
appName: 'ROSE Wallet',
66
webDir: 'build',
7+
android: {
8+
adjustMarginsForEdgeToEdge: 'force',
9+
},
710
server: {
811
androidScheme: 'https',
912
},

0 commit comments

Comments
 (0)