Search Issue Tracker
By Design
Votes
1
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.0f2
2019.2.0a1
2019.3.0a1
Issue ID
1148369
Regression
No
[iOS] When "Hide status bar" is enabled in Xcode settings safeArea is calculated incorrectly on devices without HOME button
To reproduce:
1. Open attached project "repro.zip"
2. Build for iOS
3. Deploy the Xcode project to an iOS device
Expected result: safeArea should be cut off at the bottom on devices without HOME button
Actual result: when "Hide status bar" is enabled in Xcode settings, safe area is not cut off at the bottom on devices without HOME button
Reproduced on:
2017.4.0f1 2018.3.0a1 2018.3.14f1 2019.1.0f2 2019.2.0a1 2019.3.0a1
Devices reproduced on:
iPhone Xs iOS 12.0
iPad Pro 12.9' 3rd gen iOS 12.1
Notes:
- On iPhone Xs disabling the setting has no effect, the bottom of the safeArea is still not cut off
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
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
Resolution Note (2019.3.X):
By design: Screen.safeArea is reported in screen space (origin(0,0) is at left bottom corner and y axis is increasing upwards).