[Solved] TouchX doesn't work on mobile

I am trying to develop an extension that heavily relies on multitouch.
Everything works fine with it but for some reason TouchX doesn’t want to work on mobile.


I tried disabling the top event, changing the TouchX at the bottom to CursorX (it worked, but I need to disable multitouch) and I just do not know what to do anymore.
Note: Everything WORKS FINE on PC. There are no problems, it’s just that the mobile version doesn’t want to work with touch expressions.

Turns out, touch ID on mobile starts at 2 instead of 1. That’s literally it