Go to file
2013-08-06 14:42:09 -07:00
docs [CB-3968] added blackberry quirks section to plugin documentation 2013-07-18 13:14:49 -07:00
src [CB-4355] Splashscreen plugin handles options incorrectly (the settings key is specified with upper case chars) 2013-07-24 15:48:59 -07:00
test added tests, docs, ios 2013-05-21 12:14:06 -07:00
www [Windows8][CB-4450] Implemented splash-screen for Windows8 2013-08-01 16:34:03 -07:00
.gitignore ignore stuff 2013-07-15 18:16:34 -07:00
LICENSE [license] adding apache license file 2013-08-06 14:42:09 -07:00
plugin.xml [Windows8][CB-4450] Implemented splash-screen for Windows8 2013-08-01 16:34:03 -07:00
README.md updated readme 2013-07-18 16:15:55 -07:00

cordova-plugin-splashscreen

For Android,

In your config.xml, you need to add the following preference

<preference name="splashscreen" value="foo" />

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.

For Android, you also have to edit your projects main java file. You must add a second parameter representing a time delay to your super.loadUrl.

super.loadUrl(Config.getStartUrl(), 10000);

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.