Captivate 8 SCORM HTML5 Positioning issue on iPad

Re: Captivate 8 SCORM HTML5 Positioning issue on iPad

by Sam Stevens -
Number of replies: 0
Ah ok. Misread. Thought it was the devices that were differing not between platforms.


If you turn of the course structure in player and show navigation moodle still allocates the Div and space for it. Try this CSS to remove it.

body#page-mod-scorm-player { padding-top: 0px;}

#scormtop { display: none; }

If it isn't that use chrome or similar to inspect the elements and find out which one is creating the white space.