You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2013/06/14 22:11:20 UTC

[jira] [Created] (CB-3819) Abstract out the splashscreen delay

Joe Bowser created CB-3819:
------------------------------

             Summary: Abstract out the splashscreen delay
                 Key: CB-3819
                 URL: https://issues.apache.org/jira/browse/CB-3819
             Project: Apache Cordova
          Issue Type: New Feature
          Components: Android
    Affects Versions: 3.0.0
            Reporter: Joe Bowser
            Assignee: Joe Bowser
             Fix For: 3.1.0


Currently to use the splashscreen, you have to add a delay.

{code}
appView.loadUrl('foo.bar', 3000);
{code}

It would be good to specify initialDelay as a property in config.xml and to have it run the first time loadUrl was added.  This is a new feature, so it won't land until after 3.1.0, but it did come up during the 3.0 plugin breakout.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira