This is a migrated thread and some comments may be shown as answers.

Splash screen

2 Answers 186 Views
Google Android
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tamir
Top achievements
Rank 2
Tamir asked on 19 Mar 2014, 11:00 AM
Hello,
I have a splash screen that fade off on ANDROID after 12 seconds and on IOS devices after 3 seconds.
Just to mention i didn't change any settings regarding this.
What can be the problem?

2 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 21 Mar 2014, 04:08 PM
Hello Tamir,

This could occur, if the application is configured to automatically hides the splash screen. This is so, as the automatic splash screen hide has different timing for iOS and Android.

To make the splash screen identical on different platforms, I suggest you to attach a splashscreen.hide() call to your applications deviceready event, as shown here. Note that, you will also need to set the value of the AutoHideSplashScreen preference in the iOS Config.xml to false. How to reach the iOS Config file is shown here.

I hope this helps. Please, do not hesitate to contact us again if there is anything else we can be of assistance with.

Regards,
Kaloyan
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET. Seats are limited.

 
0
Tamir
Top achievements
Rank 2
answered on 22 Mar 2014, 08:00 PM
Many thanks Kaloyan,
It works :-)
Tags
Google Android
Asked by
Tamir
Top achievements
Rank 2
Answers by
Kaloyan
Telerik team
Tamir
Top achievements
Rank 2
Share this question
or