Go to file
2013-09-05 23:55:26 -04:00
docs [CB-3968] added blackberry quirks section to plugin documentation 2013-07-18 13:14:49 -07:00
src [CB-4417] Move cordova-plugin-splashscreen to its own Java package. 2013-08-14 15:52:33 -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
CHANGELOG.md Add empty CHANGELOG.md 2013-09-05 23:55:26 -04:00
LICENSE [license] adding apache license file 2013-08-06 14:42:09 -07:00
plugin.xml CB-4595: updated version 2013-08-19 15:22:36 -07:00
README.md updated readme, name tag and namespace 2013-08-14 15:52:33 -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.