Determining the maximum number of simultaneous touches possible on an iOS device?

后端 未结 2 2083
离开以前
离开以前 2020-12-20 02:54

Is there a way to find out the maximum number of simultaneous touches on an iOS device (iPhone, iPod Touch, iPad) ? I\'ve read here and there that iPhone can handle 5 while

相关标签:
2条回答
  • 2020-12-20 03:41

    By testing it! See here for videos and source: http://mattgemmell.com/2010/05/09/ipad-multi-touch

    There's no public API to request that information from the hardware.

    0 讨论(0)
  • 2020-12-20 03:53

    iPhone can register 5 touch points on its tiny display, don't know about iPad.

    Having said that, I wouldn't count on the numbers that you find empirically, because this information is not documented nor there is an api for it.

    One good reason I can think of is the reduced touch sensor accuracy as the number of touch points increase.

    0 讨论(0)
提交回复
热议问题