Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2021.3.29f1
2022.3.7f1
2023.1.8f1
2023.2.0b4
2023.3.0a4
Issue ID
UUM-45012
Regression
No
[iOS] “Screen.safeArea” reports wrong values when the “Show Splash Screen” setting is disabled
How to reproduce:
1. Build And Run the user’s attached “Safe Area Bug.zip” project on an iOS device
2. Observe the logs in Xcode
Expected result: Safe area is logged two times (x:0.00, y:0.00, width:750.00, height:1284.00) and (x:0.00, y:0.00, width:750.00, height:1331.00)
Actual result: Safe area is logged one time (x:0.00, y:0.00, width:750.00, height:1331.00)
Reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.8f1, 2023.2.0b4
Reproduced on:
VLNQA00328 - iPhone SE, 14.3 iOS
Not reproduced on:
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
VLNQA00395 - iPhone 13, 15.0 iOS
VLNQA00357 - iPhone 12 Mini, 14.1 iOS
Note: not reproducible with “Show Splash Screen” setting enabled
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
These values of safe area are correct and they are provided from iOS. It's not exactly as expected as this is happens when user selects "Display Zoom" value in iPhone settings to Zoomed.
Resolution Note (2023.3.X):
These values of safe area are correct and they are provided from iOS. It's not exactly as expected as this is happens when user selects "Display Zoom" value in iPhone settings to Zoomed.