mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-06 10:30:28 +02:00
increase splash screen duration
3 seconds was a bit short for slower devices
This commit is contained in:
parent
0a97aec403
commit
6fc6049b5d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<preference name="FadeSplashScreenDuration" value="300" />
|
||||
<preference name="SplashShowOnlyFirstTime" value="false" />
|
||||
<preference name="SplashScreen" value="screen" />
|
||||
<preference name="SplashScreenDelay" value="3000" />
|
||||
<preference name="SplashScreenDelay" value="4000" />
|
||||
<platform name="android">
|
||||
<allow-intent href="market:*" />
|
||||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
||||
|
|
Loading…
Add table
Reference in a new issue