Empty space below the status bar on devices without notch and iOS 15.4
ordas opened this issue · 5 comments
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?
can you provide a sample app where the issue can be reproduced?
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.
@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.