Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4
2018.3.11f1
2020.1
Issue ID
1221113
Regression
No
[iOS] Input.touchCount returns 0 when more than five fingers are touching the screen
How to reproduce:
1. Download and open the project via the link provided in the users' description
2. Build for iOS and deploy the Xcode project to the iOS device
3. Put more than five fingers on the screen at the same time
Expected: Input.touchCount returns the number of fingers touching the screen
Actual: Input.touchCount returns 0
Reproducible with: 2017.4, 2020.1
Reproducible with:
- iPhone 6 (iOS 12.2)
- iPhone 6s (iOS 13.3.1)
- iPnone 11 Pro (13.3)
Not reproducible with:
- VLNQA00118 Google Pixel 2 XL 8.1.0 Snapdragon 835 MSM8998 Adreno (TM) 540 OpenGL ES 3.2 710KPTM0468833
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
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
- New selector in Matching Selectors displays as on line -1 in debugger
- The first frames are skipped when playing a video
Resolution Note:
iPhones only support 5 multiple touches and will clear them all on the 6th touch.