스플래시 화면 최적화: 네이티브 스플래시 화면 제거 및 Capacitor 스플래시 화면 개선

This commit is contained in:
hansoo
2025-03-16 23:19:57 +09:00
parent a030e0cb5b
commit 5d1d773c15
17 changed files with 53 additions and 13 deletions

View File

@@ -11,10 +11,14 @@ const config: CapacitorConfig = {
},
plugins: {
SplashScreen: {
launchShowDuration: 2000,
backgroundColor: "#f2f2f2",
androidScaleType: "CENTER_CROP",
showSpinner: false
launchShowDuration: 1000,
launchAutoHide: true,
androidSplashResourceName: "splash",
splashFullScreen: true,
splashImmersive: true,
showSpinner: false,
androidScaleType: "CENTER_INSIDE",
backgroundColor: "#FFFFFF"
},
Keyboard: {
resize: "body",