Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #146 from kabisa/feature/decrease-cordova-splashsc…
Browse files Browse the repository at this point in the history
…reen-delay

Set default Cordova SplashScreenDelay to 0
  • Loading branch information
Pascal Widdershoven authored Feb 2, 2017
2 parents 87c62c3 + 7e3e7fc commit fe72df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project_template/cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
<!-- allows programmatic focus() calls to trigger the keyboard on iOS -->
<preference name="KeyboardDisplayRequiresUserAction" value="false" />

<!-- only for android -->
<preference name="SplashScreen" value="splash" />
<preference name="SplashScreenDelay" value="1500" />
<preference name="SplashScreenDelay" value="0" />

<!-- target Android SDK versions //-->
<preference name="android-minSdkVersion" value="14" />
Expand Down

0 comments on commit fe72df2

Please sign in to comment.