Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-15769

[Config Editor] Only Android parameters added to parameters table

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 4.30.x
    • 4.1.1.Beta1
    • aerogear-hybrid
    • None

      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
        	<feature name="Camera">
        		<param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
        		<param name="ios-package" value="CDVCamera" />
        	</feature>
        

      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?

            gercan@redhat.com Gorkem Ercan
            mmurray1@redhat.com Michelle Murray (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: