[ 
https://issues.apache.org/jira/browse/CB-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635499#comment-13635499
 ] 

Ian Clelland commented on CB-3066:
----------------------------------

JS Changes:
https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=2ba3bae4696784437f73002511a8ec40dd0dff34
https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=aa03f53b080e0fb001173be5e25c7f9d72c63c23
https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=da022b0d7177b9aff15c52606b12d0a5628cefaf

iOS:
https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=commit;h=d8d9f3b3a3420d4e0a8597ce8935dfc3f4ba3339

Android:
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=bf3e0246489cc76b1dfb312b62402fa206158bec
                
> Allow platform.initialize and cordovaReady event to fire before 
> DOMContentLoaded
> --------------------------------------------------------------------------------
>
>                 Key: CB-3066
>                 URL: https://issues.apache.org/jira/browse/CB-3066
>             Project: Apache Cordova
>          Issue Type: Improvement
>    Affects Versions: 2.6.0
>            Reporter: Ian Clelland
>            Assignee: Ian Clelland
>             Fix For: 2.7.0
>
>
> In some cases, we want to have cordova plugins operational before the 
> DOMContentLoaded event has fired -- this can improve startup time for apps 
> with external resources, and can allow plugins (like the Chrome-Cordova 
> bootstrap plugin) to manipulate the DOM before it has finished loading.
> In order to do this, we need to remove DOMContentLoaded from the 
> preconditions to running cordova.platform.initialize and onCordovaReady, but 
> require it before firing onDeviceReady.

--
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

Reply via email to