Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Support IE #7

Closed
lz-2932 opened this issue Nov 30, 2018 · 1 comment
Closed

Support IE #7

lz-2932 opened this issue Nov 30, 2018 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@lz-2932
Copy link

lz-2932 commented Nov 30, 2018

PLEASE FILL THIS OUT IF YOU WANT HELP WITH AN ISSUE!

Bug, feature request, or proposal:

Support in IE

What is the current behavior?

I used the mat-video in my code, it runs well in Chrome and Firefox, but cannot work in IE.

What is the expected behavior?

Works well in most used browsers. (Chrome, Firefox, IE, Safari...)

What are the steps to reproduce?

Providing a StackBlitz reproduction is the best way to share your issue.

StackBlitz starter: https://goo.gl/wwnhMV

What is the use-case or motivation for changing an existing behavior?

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Angular 6

Is there anything else I should know?

@nkoehler nkoehler added enhancement New feature or request wontfix This will not be worked on labels Nov 30, 2018
@nkoehler
Copy link
Owner

Firstly, thank you for using mat-video, and taking the time to submit an issue request.

When I started this project, I had plans to support IE because I understand some users continue to use it. As I was developing mat-video 1.0, I realized several features that worked wonderfully in modern browsers, always required special attention for Internet Explorer.

During the time I spent creating mat-video, I noticed that I was spending way too much time writing specific IE code that would work for IE. New features took twice as long, because extra code always had to be written for IE. Before the first release of mat-video, I decided that the time investment was not worth the effort to support an old browser.

The more I researched IE support, the more I learned how difficult it would be to continue to support it. IE is a very outdated browser, which does not conform to modern standards at all. It would require tons of additional code and hacks just to keep it up to date with the other browsers.

Angular without polyfills only supports the evergreen browsers, and Microsoft has already ended mainstream support for IE11. In fact, GitHub doesn't even support IE anymore.

Unfortunately, I will not be able to accommodate this request. There is no IE support for mat-video.
Hopefully you understand, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants