Change android theme from cordova config.xml

前端 未结 4 1678
南笙
南笙 2020-12-17 03:18

At my company we are using Ionic Framework and Cordova to create our mobile app, and upon starting the design of the app, we encountered an issue with the Android theme and

4条回答
  •  攒了一身酷
    2020-12-17 03:41

    You can use Header Color plugin:

    Install the plugin:

    $ ionic cordova plugin add cordova-plugin-headercolor $ npm install --save @ionic-native/header-color

    Add configuration to config.xml

    https://ionicframework.com/docs/native/header-color/

提交回复
热议问题