簡體   English   中英

離子電容飛濺后黑屏

[英]Ionic Capacitor black screen after splash

更新到 iOS 13 后,我開始遇到一個非常奇怪的黑屏問題:應用程序的代碼庫內沒有任何更改; 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

任何幫助將不勝感激

在 iOS 13 更新 XCode 在 Info.plist 中添加了 unseen 屬性之后,這實際上使應用程序崩潰:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM