Wildhoney / ngVideo

Modularised ~13KB HTML5 audio/video implementation using Angular.js
http://ng-video.herokuapp.com/
MIT License
227 stars 60 forks source link

Full Screen Internet Explorer support #28

Open ace007 opened 9 years ago

ace007 commented 9 years ago

Hi, The full screen support doesn't suppprt IE. I used this code as an example of what to add to provide support https://github.com/sindresorhus/screenfull.js It's just a case of adding the entries for the ms??? varients of the request, exit and test for full screen.

Wildhoney commented 9 years ago

Yep, it shouldn't be too difficult. Would you like to open a PR for this?