diff --git a/app/ui.js b/app/ui.js index 1dc2f05e..91bd2d3a 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1206,6 +1206,11 @@ const UI = { for (let i in iframes) { if (iframes[i].contentDocument === document) { doc_el = iframes[i]; + // To use .body.msRequestFullscreen in IE, we need to + // set the document element accordingly. + // Note that the