1

In android is possible get size and pressure of a touch. In iOS I know that isn't possible get pressure. But, at least the touch size, some how?

Ratata Tata
  • 2,781
  • 1
  • 34
  • 49

1 Answers1

1

I search a little more and I conclude: There is no support for that according to this another Q&A

I little more and even private API couldn't help. What make me believe the touchscreen controller doesn't send the low-level detailed touch, but direct the calculated point. Who knows?!

Now I should rethink about my app interaction. I hope it helps others in the same problem.

Community
  • 1
  • 1
Ratata Tata
  • 2,781
  • 1
  • 34
  • 49