HTML5 start page on mobile

Jul 11, 2014

Hello...

When I open a storyline course on the iPad (mobile Safari), the first page I see is not the course, but a a page with the course title and and play button. Clicking that play button actually starts the course.

I want my users to skip that page an go directly to the course.

Is this possible? I am willing to change the published code, but I can't see where this is done in the code.

Thank you.

4 Replies
Norm Cousineau

In brief:

Modify this file:

player_compiled.js (note that above thread says to modify file storyline_compiled.js, but that did not work for me.)

find:

player.launch.find("a").first().click(player.revealPostInterstitial);player.populateIOSLaunch();

After the part that says "player.populateIOSLaunch();" paste in this bit:

player.revealPostInterstitial();

This discussion is closed. You can start a new discussion or contact Articulate Support.