Fix keyboard safe insets

This commit is contained in:
Jon Staab
2026-06-23 11:04:58 -07:00
parent 7fba1752a1
commit c6655e7973
3 changed files with 2 additions and 7 deletions
+1 -5
View File
@@ -7,22 +7,18 @@ const config: CapacitorConfig = {
ios: {
scheme: "Flotilla Chat",
},
android: {
adjustMarginsForEdgeToEdge: true,
},
plugins: {
CapacitorHttp: {
enabled: true,
},
SystemBars: {
insetsHandling: "enable",
insetsHandling: "disable",
},
SplashScreen: {
androidSplashResourceName: "splash",
},
Keyboard: {
style: "DARK",
resizeOnFullScreen: true,
},
Badge: {
persist: true,