Javascript in storyline on mobile devices

Mar 31, 2014

I have written some custom javascript and placed it on the last slide of my storyline project.  It works perfectly from my desktop computer (tells my database that the user has completed the presentation) but does not work on a mobile device (iPad).  Any ideas?

It executes when the timeline of the last slide starts:

if(window && window.parent) {
   window.parent.elearning_complete();
}

2 Replies

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