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

Vazgen Ayrapetyan updated CB-9296:
----------------------------------
    Description: 
When I have the following tag in my config.xml file:

  <plugin name="org.apache.cordova.inappbrowser" version="0.6.0" />

And I run "cordova prepare ios", the resulting config.xml under 
platforms\ios\AppName\config.xml  has no <plugin> tag. If I added it manually 
its gets removed when I run the command.

It causes the plugin to not load.

Also, since Im using visual studio which uses the namespace

    <vs:plugin name="org.apache.cordova.inappbrowser" version="0.6.0" />

In this case it doesnt get removed (good), however the plugin still fails to 
load (I guess it doesnt understand the namespace, I believe it should).
   

  was:
When I have the following tag in my config.xml file:

  <plugin name="org.apache.cordova.inappbrowser" version="0.6.0" />

And I run "cordova prepare ios", the resulting config.xml under 
platforms\ios\AppName\config.xml  has no <plugin> tag. If I added it manually 
its gets removed when I run the command.


> cordova prepare command strips away plugin tag
> ----------------------------------------------
>
>                 Key: CB-9296
>                 URL: https://issues.apache.org/jira/browse/CB-9296
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 5.0.1
>         Environment: ios
>            Reporter: Vazgen Ayrapetyan
>
> When I have the following tag in my config.xml file:
>   <plugin name="org.apache.cordova.inappbrowser" version="0.6.0" />
> And I run "cordova prepare ios", the resulting config.xml under 
> platforms\ios\AppName\config.xml  has no <plugin> tag. If I added it manually 
> its gets removed when I run the command.
> It causes the plugin to not load.
> Also, since Im using visual studio which uses the namespace
>     <vs:plugin name="org.apache.cordova.inappbrowser" version="0.6.0" />
> In this case it doesnt get removed (good), however the plugin still fails to 
> load (I guess it doesnt understand the namespace, I believe it should).
>    



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to