Search Issue Tracker
By Design
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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.