I’ve written a simple hello world in PhoneGap 0.9.5.1 for Android which works fine. Recently, I upgraded to 1.1. and I get a half white half black screen (divided horizontally).
Any suggestions?
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.
I resolved this by removing
from the droidgap activity’s onCreate method.
Odd, I read somewhere you needed this for 1.1 to work.