小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信小程序
当app.json window navigationStyle 设置为 custom的时候
在安卓机下调用以下函数,顶部会出现白色条
wx.setNavigationBarColor({
frontColor: '#000000',
backgroundColor: ''
});
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这没写?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
这个我写过很多
我尝试了
backgroundColor: 'rgba(0,0,0,0)'backgroundColor: 'transparent'backgroundColor: '#00000'
都没用
因为我app.json设置了 navigationStyle custom
在ios下正常 在安卓下 调用 wx.setNavigationBarColor 方法状态栏就会变白
麻烦提供下代码片段:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这没写?
这个我写过很多
我尝试了
backgroundColor: 'rgba(0,0,0,0)'backgroundColor: 'transparent'backgroundColor: '#00000'
都没用
因为我app.json设置了 navigationStyle custom
在ios下正常 在安卓下 调用 wx.setNavigationBarColor 方法状态栏就会变白
麻烦提供下代码片段:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html