Updates on my side:
- I removed init() and loading dialog with the same results. The
screen doesn't go away, but the html loads (as evidenced by logging
the "resume" event).
- When I don't specify a splash screen, the html loads as expected.
Since it didn't seem like the HTML was the problem, I tried replacing
the 9-patch file (splash.9.png) with a normal PNG - and it worked.
Then I renamed the splash.9.png to splash.png - and it worked (though
it was stretched).
So it seems like it's related to using a 9-patch image and it treating
it as a 9-patch image. Maybe same or related to
https://github.com/phonegap/phonegap-android/issues/126
I'll just use a non-9patch image for now.
> --
> You received this message because you are subscribed to the Google
> Groups "phonegap" group.
> To post to this group, send email to phon...@googlegroups.com
> To unsubscribe from this group, send email to
> phonegap+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/phonegap?hl=en?hl=en
>
> For more info on PhoneGap or to download the code go to www.phonegap.com
>
On Oct 7, 11:23 pm, pamela fox <pamela....@gmail.com> wrote:
> Thanks for your help.
>
> Updates on my side:
>
> - I removed init() and loading dialog with the same results. The
> screen doesn't go away, but the html loads (as evidenced by logging
> the "resume" event).
>
> - When I don't specify a splash screen, the html loads as expected.
>
> Since it didn't seem like the HTML was the problem, I tried replacing
> the 9-patch file (splash.9.png) with a normal PNG - and it worked.
> Then I renamed the splash.9.png to splash.png - and it worked (though
> it was stretched).
>
> So it seems like it's related to using a 9-patch image and it treating
> it as a 9-patch image. Maybe same or related tohttps://github.com/phonegap/phonegap-android/issues/126
Changing orientation of the device while this happens doesn't cause a
resize of the cleared area, but it does reposition itself to the top
left corner.