Details
Description
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');