fix(mobile): splash screen never ending

This commit is contained in:
Elian Doran
2026-04-20 16:24:29 +03:00
parent 8b44e7cc61
commit d6070da5d6

View File

@@ -8,7 +8,9 @@
},
"plugins": {
"SplashScreen": {
"launchAutoHide": false
"launchAutoHide": true,
"launchShowDuration": 2000,
"launchFadeOutDuration": 300
}
}
}