Config.xml ignored in creation process

前端 未结 2 1348
名媛妹妹
名媛妹妹 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.

提交回复
热议问题