Change android theme from cordova config.xml

前端 未结 4 1686
南笙
南笙 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:46

    You can do this now without any third party plugin since 6.3.0. Just add this to the config.xml

    
        
            
        
    
    

    and for me it was also neccessary to add 'xmlns:android="http://schemas.android.com/apk/res/android" ' to the widget tag

    
    

提交回复
热议问题