Pixel Streaming touch input, Axis value and Finger Index issue

Hi everyone,
So I’m deploying some project with pixel streaming
It was totally fine if I run these project as exe file
But I got some really buggy issue while working with pixel streaming

  1. I can’t receive any of the axis value when I do 2 Finger touches(Pinch), for instance, I made a pinch event in Axis mappings called “PinchGesture”, the value always shows 0

  2. I tried to use inputTouch event to do the touch tap and swipe with “Pressed” and “Moved”, and the “Get Input Touch function” set to “Touch 1”, but once I do 2 fingers touch, it will somehow become touch 2 with 1 touch (check with print string)

I think these 2 are the most bothering unsolved issue for now,
anyone who got any clue of these bugs?

pinch value
pinch event doesn’t show any value


It will show “Touch 2” with one touch after I do 2 finger touch first

I also met this problem. When I use multiple fingers, it can not release last finger correctly. I can not resolve this problem. But I made the touch events in HTML, so that I don’t need to use UE touch Event.

This might help.
its a documentation from Arcware’s pixel strtemaing service CloudRT.