From 9c00e423f03a768668982061c65a6e95f77664d1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 20 Jan 2016 01:51:14 +0100 Subject: spacing --- .../plugins/cordova-plugin-splashscreen/README.md | 43 ++++++++++++++++------ 1 file changed, 31 insertions(+), 12 deletions(-) mode change 100755 => 100644 StoneIsland/plugins/cordova-plugin-splashscreen/README.md (limited to 'StoneIsland/plugins/cordova-plugin-splashscreen/README.md') diff --git a/StoneIsland/plugins/cordova-plugin-splashscreen/README.md b/StoneIsland/plugins/cordova-plugin-splashscreen/README.md old mode 100755 new mode 100644 index b43c2c59..ff790b16 --- a/StoneIsland/plugins/cordova-plugin-splashscreen/README.md +++ b/StoneIsland/plugins/cordova-plugin-splashscreen/README.md @@ -19,14 +19,15 @@ # cordova-plugin-splashscreen -[![Build Status](https://travis-ci.org/apache/cordova-plugin-splashscreen.svg)](https://travis-ci.org/apache/cordova-plugin-splashscreen) - This plugin displays and hides a splash screen during application launch. -## Installation +:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Splashscreen%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) + +## Installation // npm hosted (new) id cordova plugin add cordova-plugin-splashscreen + // you may also install directly from this repo cordova plugin add https://github.com/apache/cordova-plugin-splashscreen.git @@ -41,18 +42,29 @@ This plugin displays and hides a splash screen during application launch. - Windows - Browser +## Preferences -## Methods +#### config.xml + +- __SplashScreen__ (string). The resource name which is used for the displaying splash screen. Different platforms use values for this. + + + +- __AutoHideSplashScreen__ (boolean, default to `true`). Indicates wherether hide splash screen automatically or not. Splash screen hidden after amount of time specified in the `SplashScreenDelay` preference. + + + +- __SplashScreenDelay__ (number, default to 3000). Amount of time in milliseconds to wait before automatically hide splash screen. + + -- splashscreen.show -- splashscreen.hide ### Android Quirks In your `config.xml`, you need to add the following preferences: - + Where foo is the name of the splashscreen file, preferably a 9 patch file. Make sure to add your splashcreen files to your res/xml directory under the appropriate folders. The second parameter represents how long the splashscreen will appear in milliseconds. It defaults to 3000 ms. See [Icons and Splash Screens](http://cordova.apache.org/docs/en/edge/config_ref_images.md.html) @@ -68,7 +80,7 @@ You can use the following preferences in your `config.xml`: - + @@ -84,16 +96,24 @@ You can use the following preferences in your `config.xml`: -- `FadeSplashScreenDuration` (float, defaults to `2`): Specifies the - number of seconds for the splash screen fade effect to execute. +- `FadeSplashScreenDuration` (float, defaults to `3000`): Specifies the + number of milliseconds for the splash screen fade effect to execute. + + + +Note also that this value used to be seconds, and not milliseconds, so values less than 30 will still be treated as seconds. ( Consider this a deprecated patch that will disapear in some future version. ) - - `ShowSplashScreenSpinner` (boolean, defaults to `true`): Set to `false` to hide the splash-screen spinner. +## Methods + +- splashscreen.show +- splashscreen.hide + ## splashscreen.hide Dismiss the splash screen. @@ -128,4 +148,3 @@ event. See [Icons and Splash Screens](http://cordova.apache.org/docs/en/edge/con for more information on doing this configuration. For this reason, it is unlikely you need to call `navigator.splashscreen.show()` to make the splash screen visible for app startup. - -- cgit v1.2.3-70-g09d2