Ooui icon indicating copy to clipboard operation
Ooui copied to clipboard

GUI Update not working on Samsung TV

Open hpposch opened this issue 6 years ago • 2 comments

Hi,

i have an application where i need to display a website with the build in browser of my samsung tv. In general it works very good, the only thing that does not work is that i do net get gui updates. When i execute the same code on my pc with chrome or any other browser it works fine.

Do you know how i can solve this?

Thanks in advance for your help :)

hpposch avatar Sep 26 '18 14:09 hpposch

Sounds like the web socket isn't working. Do you know if the TV browser supports them?

praeclarum avatar Nov 06 '18 21:11 praeclarum

Might need to include a fallback to a js compatibility library like socket.io, see the following: https://stackoverflow.com/questions/16162616/using-websockets-on-samsung-smart-tv

"Have you tried socket.io server and client libraries?

We have socket.io server on node.js, and TV can connect to it using socket.io-client library. On 2012 TV it uses websocket. On 2011 TV it uses XHR fallba"

JTtheGeek avatar Nov 16 '18 00:11 JTtheGeek