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
- Terrain inspector is suggesting a shader which doesn't work
- [Search] Index Manager: Empty item in Include or Exclude list will be taken in count
- [Search] Index Manager folder browse button is limited to Asset folder
- [Search] User Created Indices disappear from manager list if disabled
- UI Toolkit's and IMGUI's Color property's label behaves differently after opening the Color Picker window
Resolution Note:
By design: Screen.safeArea is reported in screen space (origin(0,0) is at left bottom corner and y axis is increasing upwards).