|
@@ -6553,6 +6553,9 @@ U.MD.D.I.openApplicationUpload = function (str, cid, stage, task, tool) {
|
|
case "CocoPi":
|
|
case "CocoPi":
|
|
aTool = 57;
|
|
aTool = 57;
|
|
_iframe = $$("iframe", {
|
|
_iframe = $$("iframe", {
|
|
|
|
+ "allowpaymentrequest":"allowpaymentrequest",
|
|
|
|
+ "allow": "camera *; microphone *;display-capture;usb",
|
|
|
|
+ "webkitallowfullscreen": "", "mozallowfullscreen": "",
|
|
"frameborder": "no",
|
|
"frameborder": "no",
|
|
"border": "0",
|
|
"border": "0",
|
|
"scrolling ": "no",
|
|
"scrolling ": "no",
|
|
@@ -6686,6 +6689,9 @@ U.MD.D.I.openApplicationTeacherUpload = function (str, cid, stage, task, tool, s
|
|
case "CocoPi":
|
|
case "CocoPi":
|
|
aTool = 57;
|
|
aTool = 57;
|
|
_iframe = $$("iframe", {
|
|
_iframe = $$("iframe", {
|
|
|
|
+ "allowpaymentrequest":"allowpaymentrequest",
|
|
|
|
+ "allow": "camera *; microphone *;display-capture;usb",
|
|
|
|
+ "webkitallowfullscreen": "", "mozallowfullscreen": "",
|
|
"frameborder": "no",
|
|
"frameborder": "no",
|
|
"border": "0",
|
|
"border": "0",
|
|
"scrolling ": "no",
|
|
"scrolling ": "no",
|