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
- Editor is stuck in an infinite reimport loop when a specific project is reloaded
- Editor gets stuck on the "Reloading Domain" window when the Play Mode is entered and exited a few times in a short period
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
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.