I\'m using PhoneGap Build 3.0, attempting to get rid of the blank white screen that appears after the splash screen.
I\'ve done research and all I can find is refere
I want to add that I had a similar issue and in my case it was not the splash screen.
In my case using PhoneGap build and Git, I added a javascript file to my app but failed to include and push the new file to my git repository. This caused my the app to work locally but when the build server pulled the latest code, it showed the white screen on the PhoneGap build.
PhoneGap initialized, but Kendo UI did not like the missing referenced js class and failed. It was a PhoneGap noob mistake but i want to share just incase it helps someone who has a similar issue and the splash screen fix does not work. It could be a javascript error occurring before your mobile ui framework loads.