How to create an HTML screensaver for an Android phone conversation?

I am wondering how to create an HTML splash screen for Android phonegap application instead of png.

+5
source share
1 answer

The HTML splash screen is pretty useless, given that you see a black screen of the application and then a white screen of the generated web view, then you have to wait for your html to load. You are much better off using your own splash screen and rejecting it when your HTML code loads.

phonegap - screensaver for Android application

+4
source

All Articles