You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Adam George (JIRA)" <ji...@apache.org> on 2014/01/13 03:34:54 UTC

[jira] [Commented] (CB-5518) Setting DisallowOverscroll preference does not update iOS config.xml correctly

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

Adam George commented on CB-5518:
---------------------------------

The same thing appears to happen for other properties added to the global config  (www/config.xml)

I.e. setting <name>My App</name> means I end up with two <name> elements in platforms/ios/myproj/config.xml

> Setting DisallowOverscroll preference does not update iOS config.xml correctly
> ------------------------------------------------------------------------------
>
>                 Key: CB-5518
>                 URL: https://issues.apache.org/jira/browse/CB-5518
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.2.0
>            Reporter: Adam George
>
> In my "global" config.xml, I have turned on the *DisallowOverscroll* preference:
> <preference name="DisallowOverscroll" value="true" />
> After I run `cordova build`, the iOS-specific config.xml is not generated correctly.
> The DisallowOverscroll preference is specified twice in the file.  Once with the default "false" value, and again at the bottom of the file with the new "true" value.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)