Github user shazron commented on the pull request:

    
https://github.com/apache/cordova-plugin-statusbar/pull/3#issuecomment-38316149
  
    Hi @lmnbeyond, another breakage.
    
    1. Create a new project (3.4.0)
    2. Install the statusbar plugin with your code
    3. Leave the preference in config.xml unchanged:
    <preference name="StatusBarOverlaysWebView" value="true" />
    4. In the Project Settings-> General -> Deployment Info -> Devices, select 
"iPad"
    5. In the Project Settings-> General -> Deployment Info -> Device 
Orientation, select everything
    6. Run the project in the iPad Retina Simulator
    7. Cmd-Arrow to rotate the device
    
    You can see that the centered Cordova icon is to the bottom right, which 
suggests the viewport size is too big. You can attach the Safari Web Inspector, 
and inspect the dimensions -- and indeed it is so:
    ```
    $ document.documentElement.clientWidth
    1472
    $ document.documentElement.clientHeight
    1332
    ```
    
    Expected width, height is { 768, 1024 }.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to