Open atspune opened 6 years ago
I'm not even sure where to start debugging on a Samsung TV. You might be better off just using the native player there...
for SMART TV :
if ( navigator.userAgent.match(/TV/) ) { var player = document.getElementById("videoPlayer"); player.setAttribute("controls","controls"); //player.play(); }
Hello, thank you for the wonderful platform. I was trying to play the video from using the smart TV browser Samsung 75”
It only show the banner (thumbnail), no player and control of the video console is visible and can’t play the video. Kindly help.
Thanks ATS developer