Search Issue Tracker
By Design
Votes
1
Found in
2019.4
2020.3
2021.2
2021.2.7f1
2022.1
2022.2
Issue ID
1390490
Regression
No
"Defer system gestures on edges" is not working when sliding finger from bottom to top on iPhones without the home button
How to reproduce:
1. Open project "iOS_Defer_Gesture_Bug"
2. Go to the Build Settings
3. Choose iOS and build
4. Deploy the app to the device
5. In the app slide finger from the bottom to top
Expected result: App is not minimized
Actual result: App is minimized
Reproducible with: 2019.4.34f1, 2020.3.26f1, 2021.2.7f1, 2022.1.0b3, 2022.2.0a1
Reproduced with:
VLNQA00358 - iPhone 12, 14.1 iOS
User reproduced with:
iPhone X
Note: "Defer system gestures on edges" setting was turned on
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (2022.2.X):
This is exactly how iOS handles it. In order for devices with no home button to defer gestures on the bottom, then you need to have hide home button to be FALSE.