[
https://issues.jboss.org/browse/JBIDE-15769?page=com.atlassian.jira.plugi...
]
Gorkem Ercan updated JBIDE-15769:
---------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
Fix Version/s: 4.2.x
Only Android parameters added to parameters table
-------------------------------------------------
Key: JBIDE-15769
URL:
https://issues.jboss.org/browse/JBIDE-15769
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid
Affects Versions: 4.1.1.Beta1
Reporter: Michelle Murray
Assignee: Gorkem Ercan
Fix For: 4.2.x
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
In Cordova Configuration Editor, Platform Properties mode:
1. Click Add for first features table (opens Cordova Plugin Discovery window)
2. Select check box for cordova item (e.g., org.apache.cordova.camera)
3. Click Next
4. Click Finish
Outcomes:
* "Camera" is added to feature table
* "android-package" is added to parameter table
* Following is added to file in config.xml mode
{noformat}
<feature name="Camera">
<param name="android-package"
value="org.apache.cordova.camera.CameraLauncher" />
<param name="ios-package" value="CDVCamera" />
</feature>
{noformat}
So looks like only the Android parameter is being added to the parameter table. Should
the iOS parameter be automatically added to the parameter table too?
--
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