Without any way to get coordinates from touch events, it's impossible to make any custom components which rely on X,Y coordinates from events (e.g., a "Confirm" slider or a signature box) to work on mobile devices within Perspective.
Since touch events support multiple fingers at once, it might be necessary to have a list of coordinates, or at least the first finger's coordinates should be given.