mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: splash screen squashed on Android
This commit is contained in:
@@ -8,7 +8,10 @@ const config: CapacitorConfig = {
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchShowDuration: 3000,
|
||||
launchAutoHide: false
|
||||
launchAutoHide: false,
|
||||
androidScaleType: "CENTER_CROP",
|
||||
splashImmersive: true,
|
||||
backgroundColor: "#00405b"
|
||||
},
|
||||
}
|
||||
// do not commit this into source control
|
||||
|
||||
Reference in New Issue
Block a user