fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

Upgrade API for newer browsers #25

Closed ghost closed 10 years ago

ghost commented 10 years ago

Upgraded fullscreen api to work in newer safari versions also updated "document.cancelFullscreen" to newer api "exitFullscreen". Code still works in older versions of firefox which still use cancelFullscreen.

scaleupcto commented 10 years ago

Can this be merged? Awaiting a fix...

ghost commented 10 years ago

Yes the code I added adds support for the new and old fullscreen api. I would however take a look at https://github.com/sindresorhus/screenfull.js/ it seems to more developed and broader support for older older browsers as well as keyboard events.