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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -