We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdafd54 + 580178a commit 8f46695Copy full SHA for 8f46695
2 files changed
.changelog/2223.bugfix.md
@@ -0,0 +1 @@
1
+Adjust margins for mobile edge to edge layout
capacitor.config.ts
@@ -4,6 +4,9 @@ const config: CapacitorConfig = {
4
appId: 'org.oasisprotocol.wallet',
5
appName: 'ROSE Wallet',
6
webDir: 'build',
7
+ android: {
8
+ adjustMarginsForEdgeToEdge: 'force',
9
+ },
10
server: {
11
androidScheme: 'https',
12
},
0 commit comments