Skip to main content
ha35623707
Participant
April 2, 2021
Question

Bypassing Splash Screen Script Not Working on Mobile

  • April 2, 2021
  • 2 replies
  • 198 views

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.

This topic has been closed for replies.

2 replies

Lilybiri
Legend
April 2, 2021

You need to use the tap event, which means also detecting the used device (cpInfoMobileOS)

RodWard
Community Expert
Community Expert
April 2, 2021

Could be due to the fact that touchscreen devices don't use click events.