Pinch seems to work on iOS and android. Place is uncopylocked if you want to check out the code (just uses the vanilla pinch gesture).
We don’t use the pinch gesture code in our controls because we don’t always want to use the pinch gesture. If you are panning with one finger, then use another finger to tap the screen to fire a weapon, we don’t want to inadvertently cause your camera to zoom. Instead, you have to put two fingers on the screen relatively in time with eachother in order to trigger zoom.
I guess we could still use the pinch gesture in this scenario by connecting/disconnecting an event, but it seemed just as much work to do it ourselves.