Declined
Last Updated: 10 May 2016 16:56 by ADMIN
Saurav
Created on: 22 Jun 2012 08:12
Category: Kendo UI for jQuery
Type: Feature Request
44
Use Splash Screen for Kendo Mobile
 the splash image while loading the web app initially, well, at least for the ios devices.
5 comments
ADMIN
Petyo
Posted on: 10 May 2016 14:26
The feature is necessary in the mobile context. The Cordova environment provides support for it with the Splashscreen plugin - https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/

We recommend this approach, as it utilizes the native platform features and displays the screen much faster than what can be achieved within the web view context.
George
Posted on: 03 Feb 2014 17:35
It could be used also for some synchronizations. For example - show splash-screen for at least 2 second, but leave it if not all components are init-ed...
Norman
Posted on: 06 Apr 2013 22:25
I would like to see the splash screen showing up on Android and Windows phone. In iOS it can be done right now with a single line of code. The challenge for the Kendo Team is to make it work on Android and Windows phone devices with a hack and not using the web-kit like the iOS approach does.
Norman
Posted on: 05 Apr 2013 12:34
This can be easily done right now for iOS with just one line of code. On the other hand, having a Splash screen for Android and Windows Phone would be very cool.
Joon
Posted on: 23 Jun 2012 07:41
I know with jquerymobile, you can do something like this in the head and that will show the splash image while loading the web app initially, well, at least for the ios devices.

<link rel="apple-touch-startup-image" href="Images/Icon_114px.gif">

Would it be possible to show some splash screen rather than the white page while loading kendo mobile apps too?