[SOLVED] Ios touch events

Hello! We’re trying to use touch events, and it’s perfectly work on android, but on ios it’s not working
What could be a problem? Project:
https://playcanvas.com/project/688719/overview/test

Hi @pekarnik,

Can you check if the examples here are working?

I’ve just checked the first two on an iPhone 10 (iOS 13+) and they behave correctly.

https://developer.playcanvas.com/en/tutorials/?tags=touch

Yes!
https://playcanvas.com/editor/scene/475626
We’re doing like this example, but ios can see touches, not touch move

Touch move seems to be working fine on iOS:

https://developer.playcanvas.com/en/tutorials/basic-touch-input/

Do you see the cube moving? What device are you testing?

1 Like

Solved. Android touch id is ordered by time touch, in IOS strange id and changed by every touch.