2013-09-16 17:27:09 -07:00
2013-05-21 12:14:06 -07:00
2013-07-15 18:16:34 -07:00
2013-09-05 23:55:26 -04:00
2013-08-06 14:42:09 -07:00
2013-08-19 15:22:36 -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.

S
Description
No description provided
Readme Apache-2.0 1.4 MiB
Languages
JavaScript 100%