Go to file
2013-12-04 15:32:04 -08:00
docs CB-5124 - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs 2013-11-11 15:16:31 -08:00
src add ubuntu platform 2013-10-16 22:16:33 +04:00
test Added amazon-fireos platform. 2013-10-30 14:51:44 -07:00
www [CB-4934] plugin-splashscreen should not show by default on Windows8 2013-09-26 17:54:43 -04: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 [CB-5565] Incremented plugin version on dev branch. 2013-12-04 15:32:04 -08:00
README.md updated readme, name tag and namespace 2013-08-14 15:52:33 -07:00
RELEASENOTES.md [CB-5565] Updated version and RELEASENOTES.md for release 0.2.5 2013-12-04 15:16:31 -08: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.