qpwr opened a new issue, #1491:
URL: https://github.com/apache/cordova-ios/issues/1491

   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   If building for Mac Catalyst, the statusbar shouldn't overlay the web view.
   
   ### What does actually happen?
   
   The statusbar (which can't be disabled/hidden on macOS) overlays the web 
view and covers content which can't be reached through scrolling.
   
   ## Information
   
   The issue can be easily reproduced by using the HelloWorld example app and 
adding this right after the body tag in www/index.html:
   
   <div style="font-size:5rem;">EXAMPLE TEXT</div>
   
   After building the app **for Mac Catalyst** (not for Designed for iPad!), 
the view should look like this, the added text is cut off at the top:
   
   ![Bildschirmfoto 2024-09-12 um 10 50 
39](https://github.com/user-attachments/assets/3baa40b3-07e5-41c0-a3eb-d8e4b7e64da6)
   
   More info:
   
   - The plugin cordova-plugin-statusbar doesn't help with the issue, I've 
tried all possible combinations
   - None of the following settings in xcode seem to make any difference:
      - Mac Catalyst Interface: Optimize for Mac vs. Scaled to match iPad
      - Status Bar Style
      - Hide during application launch (on vs. off)
      - Requires Full screen (on vs. off)
   
   ### Environment, Platform, Device
   
   - Macbook Pro 16'' 2023
   - macOS Sonoma 14.5
   
   ### Version information
   
   - cordova-ios 7.1.1
   
   ## 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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to