Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a problem regarding multiple touches on iPhone when 3 simultaneous touches occur. When this happens all touches get canceled and no additional touches are recognized until all fingers are lifted.

It can be nicely seen on this application (converted to iPhone, though): http://mattgemmell.com/2010/05/09/ipad-multi-touch/

2, 4 or 5 simultaneous touches work fine, only 3 touches have this problem. Also this doesn't happen on iPad. My guess is this has something to do with iPhone's 3 finger zoom feature, but I can't find any way to block it.

share|improve this question
It does in fact have something to do with the 3-finger zoom feature. After turning it off manually in the settings the problems just disappear. I guess there isn't a way to turn it off programmatically? – burax Jan 19 at 12:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.