javascript - IE 11 not listening to MSFullscreenChange -
ie 11 not seem recognizing msfullscreenchange. have code in script:
document.addeventlistener("msfullscreenchange", function () { if (document.msfullscreenelement != null) { console.info("went full screen"); } else { console.info("exited full screen"); } });
in other words, i'm using exact code shown here on microsoft's own site, nothing's being printed out in console, , know fullscreen enabled.
i noticed i'm getting sec7118 message: xmlhttprequest https://gdata.youtube.com/feeds/api/videos/qywzexowkta?v=2&alt=json required cross origin resource sharing (cors). wouldn't affecting it, it?
Comments
Post a Comment