Skip to content Skip to sidebar Skip to footer

Ibm Worklight - How To Programmatically Hide The Splash Image

In the Android environment of my Worklight app I'm trying to hide the splash image manually. My use case is that I want to do some user validation actions in the background while t

Solution 1:

try this Cordova API, it might work

http://docs.phonegap.com/en/2.6.0/cordova_splashscreen_splashscreen.md.html

Solution 2:

AFAIK with the current implementation of the splash image in Worklight 6.0, it is not possible to change the duration the splash image is displayed upon application launch.

This is something we would like to tackle in the future.

Post a Comment for "Ibm Worklight - How To Programmatically Hide The Splash Image"