Go to file
2013-10-22 14:02:04 -07:00
docs [CB-3968] added blackberry quirks section to plugin documentation 2013-07-18 13:14:49 -07:00
src [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7 2013-10-01 13:26:05 -07:00
test added tests, docs, ios 2013-05-21 12:14:06 -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-5128: add repo + issue tag to plugin.xml for splashscreen plugin 2013-10-22 14:02:04 -07:00
README.md updated readme, name tag and namespace 2013-08-14 15:52:33 -07:00
RELEASENOTES.md [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3 2013-10-09 15:33:12 -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.