Reputation: 24426
How many touches can be detected at once by the iPhone?
Upvotes: 5
Views: 4924
Reputation: 177
It's up to 5 fingers but "It’s important to note that the iPhone only keeps track of taps when one finger is used. If it detects multiple touches, it resets the tap count to one." -from Beginning iPhone 3 Development published by Apress.
Upvotes: 1
Reputation: 13471
It seems like the max is 5 fingers.
See this other Stackoverflow question: How to force iPhone/iPod touch to handle more than 5 touches at the same time?
Upvotes: 6