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

落花浮王杯 提交于 2019-12-18 07:10:31

问题


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 the iPad can handle 11, but I haven't found an official way (through a function call, say) to confirm this.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/3149868/determining-the-maximum-number-of-simultaneous-touches-possible-on-an-ios-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!