Skip to content

Tag: html5-video

HTML & JavaScript – can’t unmute html5 video

I got a very annoying problem. I try for a few hours to unmute an HTML5 video with a ‘muted’ flag, but all that I try doesn’t work. Sadly, that doesn’t work, and removing the muted prop from the code makes nothing, the video stays muted. Is there any solution to force a unmute from the…