Anuj-Raghuvanshi opened a new issue #202:
URL: https://github.com/apache/cordova-plugin-statusbar/issues/202


   # Bug Report
   
   ## Problem
   Statusbar is not coming iPad devices on iOS 14. 
   
   ### What is expected to happen?
   Statusbar should come with its height as its coming on other devices, as its 
coming in iPhone.
   
   ### What does actually happen?
   Status bar is not coming. Also it is pushing screen up and leaving space 
equal to height of statusbar from bottom of screen.
   
   
![image](https://user-images.githubusercontent.com/22232709/94169148-1813c400-feac-11ea-955f-84f8082a5716.png)
   
   ### Command or Code
   Just have set below things, which working well in iPhone and not working in 
iPads - 
   
   ```
   StatusBar.overlaysWebView(false);
   StatusBar.styleBlackTranslucent();
   StatusBar.backgroundColorByHexString("#C81B1B");
   ```
   
   ### Environment, Platform, Device
   Platform: iOS
   Device - Ipad Pro - 9.7" (Issue with both Simulator and Actual device)
   
   ### Version information
   iOS Version: iOS14
   cordova: 10.0.0
   cordova-ios: 6.1.1
   Xcode: 12
   Plugin version: 3.0.0-dev
   
   ## Checklist
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to