简体   繁体   中英

Angular app displays black screen after splash screen in iOS

I have built an Angular app for Android and iOS. It also uses jQuery and jStorage. It's a Cordova app built using Visual Studio 14.

I have added the statusbar and splashscreen plugins to config.xml. I have set fullscreen to Yes.

I have created all the different splash screens for different screen resolutions.

After the splashscreen loads, the app displays a blank black screen. If you rotate it from portrait mode to landscape mode, the app displays correctly.

(I looked at all the other questions where people had a similar issue, and none of them had exactly the same issue, or an answer that I could use.)

尝试将它放在config.xml文件的末尾: <plugin name="cordova-plugin-whitelist" version="1.3.0" /> <preference name="Fullscreen" value="False" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM