breautek commented on issue #1491:
URL: https://github.com/apache/cordova-ios/issues/1491#issuecomment-2346513811

   I understand where you're coming from. AFAIK the MacOS bar is never 
semi-transparent so it doesn't make sense for the webview to ever overlay 
underneath it.
   
   It does somewhat makes sense though if you think about the nuances of 
bringing iOS/iPadOS app to MacOS via catalyst because in iOS/iPadOS you usually 
do have a statusbar semi transparent and the webview is generally consumes that 
space for a seamless UI look, using safe-area-insets to push user content into 
safe area space.
   
   I'm not knowledged enough of the underlying Apple SDK to determine if this 
can be improved so I'll leave that to other committers to analyse if it is 
possible to make catalyst builds not have a webview that is hiding under the 
macOS bar, and whether that is something that should be implemented.
   
   It is good to know that it does respond to CSS safe area insets though, 
which is something that all applications should be using today. It is also 
possible that Apple is expecting apps to utilise the safe area insets so that 
your app will be more cross-platform compatible.


-- 
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

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