36
47
415
状态栏只能改变背景颜色吗?图片不能覆盖到状态栏吗?
使用道具 举报
23
142
825
可以尝试使用沉浸式状态栏
https://developer.huawei.com/consumer/cn/doc/development/quickApp-References/quickapp-manifest#h2-1589282574071
11
124
675
可以把titlebar设为false,statusBarBackgroundOpacity设为0,statusBarImmersive设为true即可实现,manifest.json页面配置代码如下:
"display": { "pages": { "Hello": { "titleBarText": "TitleBar", "statusBarImmersive":true, "titleBar":false, "statusBarBackgroundOpacity":0 } } }
本版积分规则 发表回复 回帖后跳转到最后一页