Splash screen runs then flashes the wrong random image before application starts

浪尽此生 提交于 2019-12-06 12:37:16

问题


Not sure how to word this problem, but basically it lodes the flash screen for half a second (like I want - look at first image).

Then it flashes the splash screen upside down at the bottom of the screen just before loading the app. (look at second image).

How can I get rid of it displaying the second upside down image?

I am using Xcode 4.6.3 with Cordova 2.9.0.

I want to get rid of the image below from appearing:


回答1:


Found a solution:

https://www.youtube.com/watch?v=7Xp9nT-b9dA

I needed the Initial interface orientation = Landscape (left home button) under the project info section.

I think it must have been loading the image for portrait then rotated it to try and make it match the landscape orientation therefore rotating the image.



来源:https://stackoverflow.com/questions/18530013/splash-screen-runs-then-flashes-the-wrong-random-image-before-application-starts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!