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

Extremely slow load times - Multiple Android systems

1 Answer 61 Views
Android Devices
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robert
Top achievements
Rank 1
Robert asked on 06 Feb 2013, 07:44 PM
I have noticed here in the past few days that when I start one of our apps that it shows the first screen for 6-8 seconds and doesn't allow the user to do anything. This is happening on faster phones as well, such as the Droid Razr M (clocked at 7 seconds load time). These are simple pages, we are just in the process of using Icenium. For giggles, we tried using a sample project from Icenium with the exact same results. One with Kendo, one without. Our views at the moment are just static text, so there are no web calls going out, etc..... Any ideas? With this type of lag we are having second thoughts that Icenium is the platform for us, as you can understand. Thanks!

1 Answer, 1 is accepted

Sort by
0
Kristian D. Dimitrov
Telerik team
answered on 07 Feb 2013, 10:30 AM
Hi Robert,

 With 1.2 release we included adding Android splashscreen to the project and unless hidden problematically, it will remain on the screen for about 10 seconds. Our templates have been updated to include the splashscreen by default.

On "deviceready" event the following line of code should be executed to hide the splashscreen:

navigator.splashscreen.hide();
Kind regards,
Kristian D. Dimitrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
Android Devices
Asked by
Robert
Top achievements
Rank 1
Answers by
Kristian D. Dimitrov
Telerik team
Share this question
or