Multitouch performance problems on Intel's Lenovo all-in-one systems
Hello,
We have experienced some issues during the development process of the AIR desktop multitouch applications for Lenovo's IdeaCentre Desktop systems (specifically the "IdeaCentre A730 Desktop"):
http://shop.lenovo.com/us/en/desktops/ideacentre/a-series/a730/#techspecs
When you touch the screen with only one finger everything functions correctly, but when you touch it at the same time with another finger, a square appears where the first finger is touching. It seems this square is related to the right-click function in the touch screen (in the Windows Explorer, you can long-press the screen with your finger and a little square will appear, showing you that this pressing will be performed as if you have clicked with the right button of the mouse), but we have made sure that the right click is disabled in all ways and it's still happening.
We are also experiencing significant performance problems while this square is showing, also when we touch the application with many fingers (IdeaCentre supports up to 11 touches), and long-pressing the screen with one finger while touching with the others. Here we have uploaded a video where you can see what's happening:
http://temporal.iphone.s3.amazonaws.com/MultitouchErrorVideo.MOV
We have followed all the steps to properly configure the application to accept multitouch specified at the Adobe Flash Platform (The Multitouch class inputMode property must be set to "touch point", as we need to identify to touch ID with the event's touchPointID value - Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;): http://help.adobe.com/en_US/as3/dev/WSb2ba3b1aad8a27b0-6ffb37601221e58cc29-8000.html
Any help or suggestions you can provide would be very much appreciated.
Best regards,
The PlayTales team.
