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/04 13:00:55 UTC

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

rajiramamoorthi opened a new issue #242: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/242
 
 
   Black screen shows before render splash screen.  Useed latest xcode version.
   
   **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-plugin-splashscreen] markerio commented on issue #242: Black screen is showing before splashscreen in iOS devices

Posted by GitBox <gi...@apache.org>.
markerio commented on issue #242: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/242#issuecomment-611185607
 
 
   Hi @rajiramamoorthi 
   Did you find a solution for that? We are experiencing the same especially after the iOS 13.4.1 update. It was clear white before, but now we noticed a flash of black screen just before the splash image renders.

----------------------------------------------------------------
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-plugin-splashscreen] rajiramamoorthi commented on issue #242: Black screen is showing before splashscreen in iOS devices

Posted by GitBox <gi...@apache.org>.
rajiramamoorthi commented on issue #242: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/242#issuecomment-571024558
 
 
   > Is this reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md
   > 
   > Given you have 14 other plugins installed, this might be a plugin conflict, too.
   
   Hi ,
   
   Thanks for the reply. We will try with ionic Cordova app using latest xcode. Presently, we used the below cordova plugins for our project.
   
   cordova-pdf-generator 2.0.8 "PDFGenerator"
   cordova-plugin-advanced-http 2.1.1 "Advanced HTTP plugin"
   cordova-plugin-androidx 1.0.2 "cordova-plugin-androidx"
   cordova-plugin-androidx-adapter 1.1.0 "cordova-plugin-androidx-adapter"
   cordova-plugin-camera 4.1.0 "Camera"
   cordova-plugin-crop 0.3.1 "CropPlugin"
   cordova-plugin-device 2.0.3 "Device"
   cordova-plugin-file 6.0.2 "File"
   cordova-plugin-file-opener2 2.2.1 "File Opener2"
   cordova-plugin-firebasex 6.1.0 "Google Firebase Plugin"
   cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard"
   cordova-plugin-ionic-webview 2.5.1 "cordova-plugin-ionic-webview"
   cordova-plugin-network-information 2.0.2 "Network Information"
   cordova-plugin-splashscreen 5.0.3 "Splashscreen"
   cordova-plugin-statusbar 2.4.3 "StatusBar"
   cordova-plugin-telerik-imagepicker 2.3.3 "ImagePicker"
   cordova-plugin-whitelist 1.3.4 "Whitelist
   
   
   
   
   

----------------------------------------------------------------
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-plugin-splashscreen] timbru31 commented on issue #242: Black screen is showing before splashscreen in iOS devices

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #242: Black screen is showing before splashscreen in iOS devices
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/242#issuecomment-570966577
 
 
   Is this reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md
   
   Given you have 14 other plugins installed, this might be a plugin conflict, too. 

----------------------------------------------------------------
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