"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#3568eb",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"enablePullDownRefresh":true,
"backgroundColorTop": "#3568eb",
"backgroundColor":"#3568eb"
},
我再app.json里面设置如上,但是在苹果手机下拉的时候窗口颜色仍然不生效
建议检查下,你页面的.json文件,是否有和app.json中有相同的配置项,如果相同,页面的.json会覆盖app.json的配置项