I don't think the phones automatically convert touches in to mouse events. So you'd have to use the touch object, but the application you uploaded doesn't use any touch events. Are you using the "Is touching object" condition in place of both of those conditions?
You can use both mouse + touch if you like, just copy+paste the events and replace the mouse conditions with the touch condition.