fabiobiondi / angular-fullscreen

AngularJS HTML5 Fullscreen
214 stars 107 forks source link

IE and other browsers support #21

Closed demisx closed 10 years ago

demisx commented 10 years ago

Hi. Thank you for awesome service. The demo doesn't appear to work in IE though (tried with IE9 and IE11). Nothing happens when I click on the images in the demo. What browsers does this service officially support?

fabiobiondi commented 10 years ago

Hi demisx, thank you. I have merged a fix some days ago in order to work with IE but I have not updated the online demo. Please try to download the library and let me know if you have problem using the latest version.

Fabio

fabiobiondi commented 10 years ago

I updated right now the online demo and now it should work in IE11 http://www.fabiobiondi.com/demo/github/angular-fullscreen/demo/

However IE9 and IE10 don't support the FullScreen API so it cannot be used. Check this table to see all the supported browsers: http://caniuse.com/fullscreen

demisx commented 10 years ago

Nice. It does indeed work in IE11 now! My understanding that IE < 11 is not supported, correct?

fabiobiondi commented 10 years ago

Thank you for your quick reply. Yep, only IE >= 11 supports the Fullscreen api.