Skip to main content
Known Participant
March 26, 2013
Question

How to make TouchEvent sizeX sizeY work on IOS?

  • March 26, 2013
  • 1 reply
  • 673 views

Hi guys,

I just want to get the Width and Height of the contact area between finger and screen of IOS device.

But when I use

Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT

These value is always 1, seems doesn't work.

If you know how to work it out, please give me some tips.

Thanks for your time!


This topic has been closed for replies.

1 reply

maniChinaAuthor
Known Participant
March 27, 2013

Anybody here know about that? Thanks!

Adobe Employee
April 1, 2013

This information is not provided by the iOS itself, thus is defaulted to 1 in AIR.

Only Android provides this information.

maniChinaAuthor
Known Participant
June 9, 2013

Thanks, do you know how the ios provides this information? Because I used some apps could implement this, maybe it's created by objective-c.