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
- [macOS] Secondary display rendering incorrect target and flickering when building for Multi-Display
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
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.