Browse Source

学习中心视频全屏

zengyicheng 2 years ago
parent
commit
88c1912c15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -816,7 +816,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
 
 
                 _formdiv = new U.UF.UI.form(
                 _formdiv = new U.UF.UI.form(
                     "学习中心",
                     "学习中心",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
                         "id": "study",
                         "id": "study",
                         "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                         "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                         "onresize": function() {}
                         "onresize": function() {}
@@ -974,7 +974,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
 
 
                 _formdiv = new U.UF.UI.form(
                 _formdiv = new U.UF.UI.form(
                     "学习中心",
                     "学习中心",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
+                    $$("iframe", { "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-student-table/dist/#/index?userid=" + _userid + "&oid=" + _oid }), { //https://pbl.cocorobo.cn/pbl-student-table/dist/#/index
                         "id": "study",
                         "id": "study",
                         "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                         "style": { "width": "70%", "height": "90%", "overflow": 'hidden' },
                         "onresize": function() {}
                         "onresize": function() {}