안드로이드 스플래시 화면 지연 문제 해결

This commit is contained in:
hansoo
2025-03-19 23:28:05 +09:00
parent 4cfc48c8e1
commit 19fba927e9
4 changed files with 109 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const config: CapacitorConfig = {
},
plugins: {
SplashScreen: {
launchShowDuration: 3000,
launchShowDuration: 1000,
launchAutoHide: true,
backgroundColor: "#FFFFFF",
androidSplashResourceName: "splash",