Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App runs behind launch image

Sometimes when I run my iOS application, the app is opening up under the launch image, and the launch image doesn't seem to go away. I don't think I have any incorrect code because I do not have any code for the launch image. However, I am using local storage and maybe that has some impact on it?

Here is the image:

You can see at the bottom the blue part is the home page of the app. I am using jqm + phonegap...

enter image description here

like image 873
nshah Avatar asked Nov 02 '22 14:11

nshah


1 Answers

Remove the plugin "CDVSplashScreen" from config.xml

like image 128
nshah Avatar answered Nov 11 '22 04:11

nshah