apache/cordova-plugin-statusbar

Empty space below the status bar on devices without notch and iOS 15.4

ordas opened this issue · 5 comments

ordas commented

Hi!

We are having a problem with iOS 15.4, on devices without notch (ex: iPhone 6) and overlaysWebView(false).
Below the status bar there is a 20px empty space (similar to the status bar itself) which the application does not cover.
However it works perfectly on iOS 14 and earlier.

The project is developed in ionic 3 and the version of the statusbar plugin is 3.0.0.

Can you help me?

Thank you!
issue

can you provide a sample app where the issue can be reproduced?

ordas commented

Of course! Can you give me your email and I'll send you the app?

Doesn’t need to be your app, just a sample app. Would prefer a public repository on GitHub than giving my mail.

ordas commented

@jcesarmobile Thank you very much, but it is not necessary :-) We have solved the problem.

Solution

  • Update ionic
  • update cordova
  • Update iOS SDK (Xcode)

Cool, thanks for letting us know.