前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Cordova插件cordova-plugin-statusbar定制状态栏

Cordova插件cordova-plugin-statusbar定制状态栏

原创
作者头像
安德玛
发布2022-03-08 17:34:36
6900
发布2022-03-08 17:34:36
举报
文章被收录于专栏:Cordova封装H5 APPCordova封装H5 APP

#### 效果图

#### 插件安装

代码语言:javascript
复制
cordova plugin add cordova-plugin-statusbar

#### 修改状态栏默认颜色

代码语言:javascript
复制
this.platform.ready().then(() => {
      // Okay, so the platform is ready and our plugins are available.
      // Here you can do any higher level native things you might need.
      this.statusBar.styleDefault();
      this.splashScreen.hide();
    });
if (cordova.platformId == 'android') {
    StatusBar.backgroundColorByHexString("#333");
}

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
http://www.vxiaotou.com