android - Splash screen with loading implementation in worklight 6.2 -


i need implement splash screen loading in worklight 6.2 . dont have reference . can route me correct way.

what you're looking accomplish cannot done using javascript. need implement native code in objective-c , java.


see this user documentation topic creating customized splash screen in ios , android.

based on documentation, add native code display busy indicator on top of splash image. while app loading, worklight framework handle showing , hiding of splash image.

for example, take following code snippet , insert in native code (ios) per documentation add busy indicator. google similar code android.

related question:

you create else entirely.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -