Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X, 2020.1.X
Votes
0
Found in
2018.4
2018.4.18f1
2020.2
Issue ID
1253537
Regression
No
[iOS] Input.touchCount does not reset after opening and closing the Control Center
How to reproduce:
1. Open the attached TouchCount.zip project
2. Build for iOS and deploy the Xcode project to the device
3. Keep multiple touches on the screen, for instance, put and keep 3 fingers on the screen
4. Note that the Xcode console will print the touch count
5. Without removing the 3 fingers from the screen, using a different finger swipe sideways from the top right bottom to show the Control Center
6. Note that the app will lose the focus, then remove the 3 fingers from the screen, note the touch count
7. Go back to the app by swiping out the Control Center
Actual: Note that right after the app regain focus, Xcode console will show "-> applicationDidBecomeActive()" and after it will show touch count "4"
Expected: The Input.touchCount should reset after regaining focus
Reproducible with: 2018.4.23f1, 2020.2.0a14
Reproducible with:
- iPad 7th gen (iOS 13.22)
- iPad Pro 12.9 (iOS 13.4.1)
Note:
- Trying to open Notifications screen the behavior was inconsistent
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment