当前位置 : 主页 > 手机开发 > cordova >

如何删除离子cordova上iPhone X顶部视口角落的空白区域

来源:互联网 收集:自由互联 发布时间:2021-06-10
参见英文答案 Ionic – White edge on iPhone X in header1个 我按照 Understanding the WebView Viewport in iOS 11和 Cordova app not displaying correctly on iPhone X (Simulator)中的说明设置视口适合覆盖等.但我仍然无法
参见英文答案 > Ionic – White edge on iPhone X in header                                    1个
我按照 Understanding the WebView Viewport in iOS 11和 Cordova app not displaying correctly on iPhone X (Simulator)中的说明设置视口适合覆盖等.但我仍然无法摆脱顶部的这些白色角落:

screenshot

我错过了什么?

ionic (Ionic CLI)     : 3.15.2
cordova (Cordova CLI) : 7.1.0
Cordova Platforms     : ios 4.5.2
Ionic Framework       : ionic-angular 3.8.0
最终我自己弄明白了.如果其他人有同样的问题,这就是我的诀窍:

离子cordova插件rm cordova-plugin-statusbar

离子cordova插件添加https://github.com/apache/cordova-plugin-statusbar.git

参见:https://github.com/apache/cordova-plugin-statusbar/pull/85

网友评论