You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/03 13:39:05 UTC

[GitHub] [cordova] rajiramamoorthi opened a new issue #189: Black screen is showing before splashscreen in iOS devices

rajiramamoorthi opened a new issue #189: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova/issues/189
 
 
   Black screen show before render splash screen. 
   
   **Xcode :** 
   11.2.1 (11B53)
   
   **Cordova:**
      Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
      Cordova Platforms : android 8.1.0, browser 6.0.0, ios 5.0.1
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.5.1, (and 14 other plugins)
   
   
   Configuration: (config.xml)
   
      <preference name="SplashMaintainAspectRatio" value="true" />
       <preference name="FadeSplashScreen" value="false" />
       <preference name="SplashShowOnlyFirstTime" value="false" />
       <preference name="SplashScreen" value="screen" />
       <preference name="SplashScreenDelay" value="3000" />
       <preference name="ShowSplashScreenSpinner" value="false" />
   
   
      <platform name="ios">
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
           <icon height="57" src="resources/ios/icon/icon.png" width="57" />
           <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
           <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
           <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
           <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
           <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
           <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
           <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
           <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
           <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
           <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
           <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
           <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
           <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
           <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
           <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
           <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
           <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
           <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
           <icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
           <icon height="40" src="resources/ios/icon/icon-20@2x.png" width="40" />
           <icon height="60" src="resources/ios/icon/icon-20@3x.png" width="60" />
           <icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
           <icon height="58" src="resources/ios/icon/icon-29@2x.png" width="58" />
           <icon height="87" src="resources/ios/icon/icon-29@3x.png" width="87" />
           <icon height="48" src="resources/ios/icon/icon-24@2x.png" width="48" />
           <icon height="55" src="resources/ios/icon/icon-27.5@2x.png" width="55" />
           <icon height="88" src="resources/ios/icon/icon-44@2x.png" width="88" />
           <icon height="172" src="resources/ios/icon/icon-86@2x.png" width="172" />
           <icon height="196" src="resources/ios/icon/icon-98@2x.png" width="196" />
           <splash src="resources/ios/splash/Default@2x~universal~anyany.png" />
           <splash src="resources/ios/splash/Default@2x~universal~comany.png" />
           <splash src="resources/ios/splash/Default@3x~universal~anyany.png" />
           <splash src="resources/ios/splash/Default@3x~universal~comany.png" />
       </platform>

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova] brodybits commented on issue #189: Black screen is showing before splashscreen in iOS devices

Posted by GitBox <gi...@apache.org>.
brodybits commented on issue #189: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova/issues/189#issuecomment-572222851
 
 
   A [minimal, reproducible example ([1])](https://stackoverflow.com/help/minimal-reproducible-example) is needed to get support.
   
   [1] https://stackoverflow.com/help/minimal-reproducible-example

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova] timbru31 closed issue #189: Black screen is showing before splashscreen in iOS devices

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #189: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova/issues/189
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova] timbru31 commented on issue #189: Black screen is showing before splashscreen in iOS devices

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #189: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova/issues/189#issuecomment-605332885
 
 
   Closing due to lack of feedback.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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