I am having a problem with the web application showing a tiled/transparent screen for a little while, after displaying the splash screen.
I've tested with removing almost everything from the site, to see what is causing the flicker. It seems the issue is caused by these lines (which I have removed all content from):
Ext.setup({
onReady: function ()
{
}
});
If I remove these, then the screen doesn't become transparent at all.
What is causing this? How can I avoid the flicker? Is there some workaround?
I've searched a bit, and only found people solving this issue with PhoneGap, which isn't an option for me.
I've tried adding Sencha KitchenSink to the homescreen, and here it doesn't happen... The weird thing is, that I downloaded the KitchenSink app and have it running locally, and when I use this version, it also shows the transparent image. I don't understand how this is possible at all, but it is.