Skip to content

theREDspace/cordova-plugin-splashscreen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedSpace Splashscreen Plugin

Allow developers to access the filename being used by the splashscreen for use in another location.

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.

About

Mirror of Apache Cordova Plugin splashscreen

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 35.3%
  • Objective-C 32.5%
  • CSS 10.8%
  • C++ 8.8%
  • C# 7.7%
  • Java 4.9%