Hello
Is there any way of setting the launch image time please? The default appears to be approx 10 seconds but I would like this to be nearer 3 seconds.
I have added a javascript function to the project (as mentioned in another post) but this does not appear to be working so I guess this was for a splash screen page rather than the launch image.
This is the js I have added
setTimeout(function() {
navigateTo('startScreen');
}, 3000);
Any help would be greatly appreciated.
Thank you.