Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9264

Duplicate entries in config.xml

    XMLWordPrintableJSON

Details

    Description

      After adding an

      <preference name="KeyboardDisplayRequiersUserAction" value="false"/>`
      

      entry to app/config.xml, cordova build will create the app/platforms/ios/AppName/config.xml file with

      <preference name="KeyboardDisplayRequiersUserAction" value="true"/> 
      
      ...
      
      <preference name="KeyboardDisplayRequiersUserAction" value="false"/> 
      

      The second assignment has no affect, causing the app to behave as if only the true assignment had ever occurred. Upon manually setting the first value to false, the app executes properly.

      Attachments

        Issue Links

          Activity

            People

              shazron Shazron Abdullah
              jkearl Jackson Kearl
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: