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

Nikhil Khandelwal commented on CB-9248:
---------------------------------------

Thanks for bringing this up. These are all bugs on their own:
- cordova-plugin-whitelist should not have been released with having iOS 
platform >= 4.0 without iOS platform release. This change has been reverted and 
we have switched the 'latest' tag on npm to be the older version of the plugin. 
Can you try it now - it should work fine.
- cordova-plugin-file-transfer should not have been shipped that way and its 
really a bug introduced in this commit: 
https://github.com/apache/cordova-plugin-file-transfer/commit/907e1cdb138c420227c9e597868562dbeb861556.
 I have a fix for this that I will send out for PR.
-  {{com.phonegap.plugin.statusbar}} plugin issue should be the subject of this 
JIRA and how I would solve it would be not to clobber {{windows.statusbar}} if 
the plugin.xml 
(https://github.com/phonegap-build/StatusBarPlugin/blob/master/plugin.xml) 
specifies no support for a particular platform. [~robpaveza] What are your 
thoughts on this?

> In config.xml,  <plugin> inside <platform> is not supported
> -----------------------------------------------------------
>
>                 Key: CB-9248
>                 URL: https://issues.apache.org/jira/browse/CB-9248
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, CordovaLib
>    Affects Versions: 5.1.2
>            Reporter: Leroy van Engelen
>            Assignee: Rob Paveza
>
> In config.xml it is possible to define plugins that should be installed using 
> the <plugin> tag. Some plugins are not available or are buggy on certain 
> platforms. Therefore we need to include them depending on the platform. I 
> would expect this to be possible by wrapping them in <platform> tags, but 
> these are ignored.
> The problem is that in `cordova-lib/src/configparser/ConfigParser.js` the 
> methods `getPluginIdList` and `getPlugin` only top level <plugin> definitions 
> are taken into account.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to