How do I Remove The Play button & White Screen that shows on the IPad?
Can anyone tell me how to remove the play button that apears on a white screen before the course starts? it only shows on the iPad and if this is going to be published as an IOS app using phone gap build i dont want this to show.
I have found some javascript that i have tried but it dosent seem to remove the white screen or browser warning does anyone know the correct javascript to use?
Current Javascript:
http://floatlearning.com/2013/10/a-more-mobile-friendly-captivate-html-template/
<script type='text/javascript' src='assets/js/fastclick.js'></script>
<script type='text/javascript'>
$(function() {
FastClick.attach(document.body);
$("#CPUnSupportedBrowserWarning_ID").remove(); // Removes browser warning
cp.movie.play(); // Skips play button screen
});
</script>
I am using the latest version of Captivate 7.0.1 on Mac
Thanks,
Oliver
