Question
Bypassing Splash Screen Script Not Working on Mobile
Greetings, everyone.
I'm using the following script to bypass the splash screen, which seems to work well on desktops but not on tablet/mobile devices:
$(document).ready(function() {
$("#playImage").click();
});
I would like for the tablet/mobile devices to adopt the seame measure but cannot seem to figure out why it is not working.
Thank you.
