Config.xml ignored in creation process

前端 未结 2 1346
名媛妹妹
名媛妹妹 2021-01-17 18:04

I am having a problem using the command line tool cordova-cli.

I have followed every step from the documentation:

$ cordova c

相关标签:
2条回答
  • 2021-01-17 18:26

    This is not a real answer, but I opened two tickets in Cordova's JIRA regarding this problem here and here.

    Currently Cordova client does not support this features in the config.xml. You will need to modify the icons and splashscreens manually at this time as well the content tag in every platform project. Notice that you only have to do this once as Cordova maintain the config.xml changes and other resources as images.

    Likely, a next version will include these features.


    More info:

    • https://issues.apache.org/jira/browse/CB-2606

    UPDATE:

    It seems that this issue has been solved in this pull request. It will available in the next release of Cordova.

    0 讨论(0)
  • 2021-01-17 18:42

    The config.xml file is used, when you are using the PhoneGap Build service.

    More information aubout the config.xml is found here

    0 讨论(0)
提交回复
热议问题