Forum Discussion
Remove play button on html5 opening screen in Storyline 360
Hi Aurélien,
There is a fix for this. We also have the same problem and we agree with you about the look. The Fix we use is for Storyline 360 Scorm. So i dont know if this is going to work for you.
Edit scorm output:
Storyline output\html5\lib\scripts\app.min.js
In app.min.js search for
MobileStartOverlay:function(){var i=e("polyfills/detection");
Edit this: setTimeout(this.onStart, 1);
MobileStartOverlay:function(){var i=e("polyfills/detection");setTimeout(this.onStart, 1);return t.createElement
Hope this can help you.
Greets, J
I'm trying to make this modification, in a 360 SCORM ouput, but MobileStartOverlay:function(){var i=e("polyfills/detection"); does not appear anywhere in the app.min.js file when I search for it. Does anyone else have this problem?