I’m wondering how to make a HTML splash screen for android phonegap application instead of png image.
I’m wondering how to make a HTML splash screen for android phonegap application instead
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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