Cordova app stuck on splash screen on iOS 14 Beta

前端 未结 1 759
青春惊慌失措
青春惊慌失措 2021-01-19 02:49

I have a plain Cordova app and when I run it on iOS 14 beta the app gets stuck on the splash screen and there are few warnings/errors logged in XCode but I am not sure wheth

1条回答
  •  抹茶落季
    2021-01-19 03:36

    You should upgrade to Cordova 10 and then remove

    
    
        
    
    

    and remove

     cordova-plugin-wkwebview-engine
    

    Then

     cordova plugin add @globules-io/cordova-plugin-ios-xhr
    

    and setup the flags like you would for wkwebview-engine.

    You also have to upgrade your splashscreen plugin for the new splashscreen image format. Read https://cordova.apache.org/news/2020/07/21/splashscreen-plugin-release.html

    0 讨论(0)
提交回复
热议问题