【问题标题】:I can't hide status bar with cordova我无法用科尔多瓦隐藏状态栏
【发布时间】:2016-11-02 20:10:47
【问题描述】:

我使用 Cordova 和 Framework7 开发 iOS 应用程序。

但我无法隐藏状态栏。我尝试了很多建议,但我做不到。 check here blue background status bar

如何禁用?我想要全屏应用

【问题讨论】:

标签: cordova


【解决方案1】:

您可以使用下面的原生 xcode 更改来隐藏状态栏

在项目设置中

一般

  • 在底部勾选Hide Status Bar为真

info.plist

  • 添加新行View-controller based status bar,值为no

更新

将此行添加到您的配置文件并重建您的应用程序

<preference name="fullscreen" value="true" /> 

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2017-01-16
  • 2019-12-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-05-28
相关资源
最近更新 更多