Preface I saw some chat recently on the Blazor Gitter Channel asking about binding to events on the html5 video tag. It seems this person was not alone - others had similar problems - the events you subscribe to in Blazor are just not firing. I de...
blog.mistermagoo.dev4 min read
The issue linked is now resolved (in 5.0) as far as I can see. Hooray!
"It's long been known that you can trigger an html event in JavaScript land using dispatchEvent and (as long as it bubbles) Blazor will catch it and process it like any other." can you give me some reference? it is new for me.
José Vicente
Hi, Mister Magoo. I am trying to play a video based on m3u8 and it looks like it is not supported. What do you think about this?
Thanks in advance.