Forum Moderators: open

Message Too Old, No Replies

Windows touch do not work on PixelStreaming (Webrtc) Page

Browser does not pass touch to my streaming game.

         

joyceanblue

10:04 pm on Jan 19, 2021 (gmt 0)

5+ Year Member Top Contributors Of The Month



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

engine

12:59 pm on Jan 21, 2021 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Which browser on the PC is that? You may need touch mode turned on.

joyceanblue

2:54 pm on Jan 21, 2021 (gmt 0)

5+ Year Member Top Contributors Of The Month



Hi, I am using Chrome. the problem is the touch consumed by the browser interaction. pinch gesture zooms the whole webpage instead of working inside the streaming window. one thing that seems to work is to first enable the Device mode in the Dev Tool in chrome.