Touch Events vs Mouse Events when PixelStreaming

Looking for some help with Pixel Streaming.

Starting form the template PixelSteamingDemo, using the streamed interface from a touchscreen device (Android phone/tables) I don’t understand why I get these events in BP:

So in other words: the interface without html seems to recognize when you’re using a touch interface vs. a mouse, but in the html enhanced version this information seems to get lost somehow…

Is there some magic that I can add in the pixeldemo.htm file to force Touch Events when operating a touchscreen device?

Thanks for any advice!

Okay, found it!

In the file “pixeldemo.js” there is a line saying

inputOptions.fakeMouseWithTouches = true;

Changing it to false solves the issue.

Detailed information can be found in <link>