-
Bug
-
Resolution: Fixed
-
Minor
-
2.9.2
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
master_
MDL-51916 -
SCORM player embed inline iframe without fullscreen attributes "allowfullscreen", "webkitallowfullscreen", "mozallowfullscreen".
HTML5 fullscreen mode not work from SCORM package.
This attributes must be added into mod/scorm/module.js after 158 line:
obj.setAttribute('allowfullscreen', 'allowfullscreen');
obj.setAttribute('webkitallowfullscreen', 'webkitallowfullscreen');
obj.setAttribute('mozallowfullscreen', 'mozallowfullscreen');