Search posts, tags, users, and pages
Mister Magoo
#Blazor
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...
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.
Kot
The issue linked is now resolved (in 5.0) as far as I can see. Hooray!
I can't see an actual fix, it looks like the issue was just closed but I'll take a better look tomorrow.
Hannes Preishuber
"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.
I don't know of any reference, sorry but it does get talked about on StackOverflow quite often in relation to Blazor/Javascript interactions.
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.