I do not know if its the right place to post this question but help me out if you can.
I am an Unreal Engine developer and use the Pixel Streaming plugin to stream Unreal built Game, to play in browser. They use mostly touchscreen. The touch input works absolutely fine on the browser on mobile devices, but on PC the touch inputs do not work. It is like browser is taking over the input, when i Pinch Zoom the streaming window, instead of zooming inside the game it zooms the whole webpage, swiping opens new webpage etc. The one clue i had was to make the whole page touch disabled, so with my limited knowledge of html/css i managed to make it touch disabled but now whole page is touch disabled including the game. You guys have any clue how to solve this riddle?
Thanks