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
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
- [VFX] Creating a long Group Node name breaks nodes boarders
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).