Skip to content

Commit fcfad6a

Browse files
committed
chore(android): update capacitor config
1 parent c043306 commit fcfad6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

android/app/src/main/assets/capacitor.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"webDir": "build/",
77
"plugins": {
88
"SplashScreen": {
9-
"launchShowDuration": 0
9+
"androidScaleType": "CENTER_CROP",
10+
"splashFullScreen": true,
11+
"splashImmersive": false,
12+
"backgroundColor": "#ffffff"
1013
}
1114
},
1215
"cordova": {}

0 commit comments

Comments
 (0)