Updated Branches: refs/heads/master a8b354553 -> b7d32dbe4
updated readme Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/b7d32dbe Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/b7d32dbe Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/b7d32dbe Branch: refs/heads/master Commit: b7d32dbe44da20437c753a4c315b26b4cf57189f Parents: a8b3545 Author: Steven Gill <[email protected]> Authored: Mon Jun 24 14:19:01 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Mon Jun 24 14:19:01 2013 -0700 ---------------------------------------------------------------------- README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/b7d32dbe/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f226677..4f17212 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ 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);`
