private-face / jquery.fullscreen

jQuery plugin for opening page elements in fullscreen mode.
MIT License
148 stars 83 forks source link

fscreenchange event is not sent in IE 11 #18

Closed estollnitz closed 10 years ago

estollnitz commented 10 years ago

The native event name in IE 11 is "MSFullscreenChange" (with capitalized letters), not "msfullscreenchange". See the documentation here: http://msdn.microsoft.com/en-us/library/ie/dn312066(v=vs.85).aspx

Likewise for "MSFullscreenError", documented here: http://msdn.microsoft.com/en-us/library/ie/dn312067(v=vs.85).aspx

private-face commented 10 years ago

@estollnitz have you tried the latest version (0.4.1)? This issue should be already fixed there (see #17).