状态栏 / header 出现在 iOS-11 中。我将如何隐藏它?
statusbar / header appears in iOS-11. How will i hide it?
我做了一个离子应用程序。 在 iOS-9 和 iOS-10 中仍然完美运行。
今天,我将 iOS-10 更新为 iOS-11,我还将 xcode-8 更新为 xcode-9。
iOS-11 中有一个奇怪的问题。请参阅下图了解问题。
当我在 xcode8 和 ios10 构建应用程序时,header/stautsbar 没有出现。
但是,当我将 xcode8 更新为 xcode9 并将 ios10 更新为 ios11 时,就会出现此问题。
请告诉我,我应该如何隐藏它或使其透明。
提前致谢
终于找到解决方法了
我安装了插件
cordova plugin add cordova-plugin-disable-ios11-statusbar --save
然后构建 运行 应用程序问题将得到解决
check the blog (iOS 11 Checklist)
ionic cordova plugin rm cordova-plugin-statusbar
ionic cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git
将此添加到您的视口元标记中 viewport-fit=cover
我做了一个离子应用程序。 在 iOS-9 和 iOS-10 中仍然完美运行。
今天,我将 iOS-10 更新为 iOS-11,我还将 xcode-8 更新为 xcode-9。
iOS-11 中有一个奇怪的问题。请参阅下图了解问题。
当我在 xcode8 和 ios10 构建应用程序时,header/stautsbar 没有出现。
但是,当我将 xcode8 更新为 xcode9 并将 ios10 更新为 ios11 时,就会出现此问题。
请告诉我,我应该如何隐藏它或使其透明。
提前致谢
终于找到解决方法了
我安装了插件
cordova plugin add cordova-plugin-disable-ios11-statusbar --save
然后构建 运行 应用程序问题将得到解决
check the blog (iOS 11 Checklist)
ionic cordova plugin rm cordova-plugin-statusbar
ionic cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git
将此添加到您的视口元标记中 viewport-fit=cover