nkoehler / mat-video

:tv: mat-video is an Angular 8/9+ video player using Material!
https://nkoehler.github.io/mat-video/
MIT License
91 stars 47 forks source link

Edge browser issue #29

Closed yuveliremil closed 4 years ago

yuveliremil commented 5 years ago

In Edge browser video spinner always visible.

tpasquet commented 5 years ago

In ui/mat-video-spinner, the line : this.video.onloadeddata = () => this.videoLoaded = true; may be the problem.

According to the MSDN doc for GlobalEventHandlers.onloadeddata, the compatibilty with Edge is unknown.

https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onloadeddata

nkoehler commented 4 years ago

As Edge now runs on Chromium, I believe this is solved. Closing.