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
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
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.