You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Chris Emerson (JIRA)" <ji...@apache.org> on 2013/08/30 13:44:52 UTC

[jira] [Created] (CB-4708) injectPluginScript() can't find cordova_plugins.js when app is on an HTML file in a sub folder of www

Chris Emerson created CB-4708:
---------------------------------

             Summary: injectPluginScript() can't find cordova_plugins.js when app is on an HTML file in a sub folder of www
                 Key: CB-4708
                 URL: https://issues.apache.org/jira/browse/CB-4708
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 3.0.0
         Environment: iOS / Xcode 4.6.3 (4H1503)
OS X 10.8.4

            Reporter: Chris Emerson


Summary: 
injectPluginScript() can't find cordova_plugins.js when app is on an HTML file in a sub folder of www. 

Details:
I've confirmed that the cordova_plugins.js file that sits in the www folder never gets loaded if the app has navigated to an html file in a sub folder of www. 

In my app/tests I have 14 plugins loading. The [moduleList] object that is instantiated and set in cordova.js confirms this when I check moduleList.length on the initial load of the app. However, when I check after navigating to a html file in a sub folder of www the moduleList object is empty. 

The final confirmation of my theory/issue is that if I copy the current cordova_plugins.js file to the sub folder where my app has navigated to the moduleList object *does* get populated correctly, the finishPluginLoading() in cordova.js finishes successfully and my plugins are available in the app once again.

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