스플래시 화면 최적화: 네이티브 스플래시 화면 제거 및 Capacitor 스플래시 화면 개선
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user