You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Filip Maj (Updated) (JIRA)" <ji...@apache.org> on 2012/04/13 16:54:17 UTC

[jira] [Updated] (CB-499) Cordova 1.6 breaks with RequireJS

     [ https://issues.apache.org/jira/browse/CB-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Maj updated CB-499:
-------------------------

    Component/s: CordovaJS
       Assignee: Filip Maj

It sounds like this may be a JS issue, however cordova's {{require}} and {{define}} methods are closured to only the cordova.js file.

What exactly do you mean by compatibility? Are you using cordova's require/define methods (i.e. {{cordova.require}}) to load in a RequireJS-compatible module? If so: that would never work. Cordova uses a simplified definition of a module and thus, a simpler implementation of the loader.

Can you please provide an example HTML file and describe exactly what you are seeing is failing?

Thanks
                
> Cordova 1.6 breaks with RequireJS
> ---------------------------------
>
>                 Key: CB-499
>                 URL: https://issues.apache.org/jira/browse/CB-499
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: CordovaJS
>    Affects Versions: 1.6.0
>         Environment: Android, Cordova 1.6.0, RequireJS 1.0.7
>            Reporter: Dewang Shah
>            Assignee: Filip Maj
>
> Cordova 1.6 breaks compatibility with RequireJS. This uesd to work in 1.5 but now stops all other Require modules from loading. The deviceready event fires within seconds (much sooner that 1.5) and then all modules fail to load.
> Making Cordova the last module to load does not make any difference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira