简体   繁体   中英

Ionic Capacitor black screen after splash

After update to iOS 13 I've started to get a very strange black screen issue: nothing has been changed inside the app's codebase; when the app loads, I can inspect it with the Safari dev inspector, everything seem to work no errors in my web inspector nor in the XCode console app runs nicely on Android and in the browser

any help would be very appreciated

After iOS 13 update XCode adds the unseen property in the Info.plist, which essentially crashes the app:

<key>UIApplicationSceneManifest</key>
<dict>
    <key>UIApplicationSupportsMultipleScenes</key>
    <true/>
</dict>

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