Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a HTML splashscreen for android phonegap?

I'm wondering how to make a HTML splash screen for android phonegap application instead of png image.

like image 407
Hazem Hagrass Avatar asked Oct 05 '22 05:10

Hazem Hagrass


1 Answers

A HTML splash screen is pretty useless considering you will see the black screen of the app starting up then the white screen of the web view being created, then you'll have to wait for your html to be loaded. You are much better off using the native splash screen and dismissing it when your HTML is loaded.

phonegap - splash screen for Android app

like image 67
Simon MacDonald Avatar answered Oct 10 '22 03:10

Simon MacDonald