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
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
Add comment