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

Matthew Windwer commented on CB-4708:
-------------------------------------

Currently I'm having an issue where referencing phonegap.js from a file within 
a subdirectory results in cordova_plugins.js being injected without the same 
relative path.

E.g. in www/subdir/index.html

<script src="../phonegap.js"></script>

Results in (when building):

<script src="../phonegap.js"></script>
<script src="cordova_plugins.js"></script>

As you can see, cordova_plugins.js is being injected with the incorrect path. 
It should keep the same relative path as the phonegap.js file.
                
> 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
>            Assignee: Andrew Grieve
>              Labels: cordova_plugins.js,, injectPluginScript, plugins,
>
> 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

Reply via email to