You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/08 07:34:20 UTC

[GitHub] [cordova-ios] bookwarmdev edited a comment on issue #1026: ionic v5 iOS app stuck on Splash Screen - works on android

bookwarmdev edited a comment on issue #1026:
URL: https://github.com/apache/cordova-ios/issues/1026#issuecomment-894754756


   Step 1 : In Xcode, try opening the workspace file (.xcworkspace) instead of the .xcodeproj.
   This issue is cost by the by the splash screen setup, on will can change that in the config.xml file in two places but in your project file. 
   Step 2: on your project locate config.xml file “AppName/platforms/ios/AppName/config.xml”
   Step 2: on your project locate config file “AppName/config.xml”
   
   This are what to change: 
   Form:
       <preference name="AutoHideSplashScreen" value="false"/>
   To:
       <preference name="AutoHideSplashScreen" value=“true” />
   
   
   https://ionic.io/docs/premier-plugins/splashscreen


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org