- 当前 Bug 的表现(可附上截图)
以下是编辑器中展现效果
- 预期表现
编译后,苹果现在的展现效果
- 复现路径
"window": {
"backgroundColor": "#ffffff",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "black",
"selectedColor": "black",
"borderStyle": "white",
- 提供一个最简复现 Demo
现在限制了导航栏的16进制颜色,安卓手机没问题,苹果手机怎么破
你后面怎么办?
已经处理好了
想请教一下您,你怎么处理的?
"window": {
"backgroundColor": "#ffffff",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
明白,之前看文档时没注意我"navigationBarBackgroundColor" :也设置了black所以才会在苹果手机上不显示颜色
建议使用16进制