Skip to content

Commit 5a24d5f

Browse files
committed
fix: capacitor.config splash screen parameter issue [WIP]
On Hold : ionic-team/capacitor#2700
1 parent 11b0221 commit 5a24d5f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"backgroundColor": "#ffffffff",
99
"plugins": {
1010
"SplashScreen": {
11-
"launchShowDuration": 40000
11+
"launchShowDuration": 4000,
12+
"splashImmersive": true
1213
}
13-
},
14-
"splashFullScreen": true,
15-
"splashImmersive": true
14+
}
1615
}

capacitor.config.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"backgroundColor": "#ffffffff",
99
"plugins": {
1010
"SplashScreen": {
11-
"launchShowDuration": 40000
11+
"launchShowDuration": 4000,
12+
"splashImmersive": true
1213
}
13-
},
14-
"splashFullScreen": true,
15-
"splashImmersive": true
14+
}
1615
}

0 commit comments

Comments
 (0)