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 ([email protected])
      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/[email protected]" width="114" 
/>
           <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
           <icon height="80" src="resources/ios/icon/[email protected]" width="80" 
/>
           <icon height="120" src="resources/ios/icon/[email protected]" 
width="120" />
           <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
           <icon height="100" src="resources/ios/icon/[email protected]" 
width="100" />
           <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
           <icon height="120" src="resources/ios/icon/[email protected]" 
width="120" />
           <icon height="180" src="resources/ios/icon/[email protected]" 
width="180" />
           <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
           <icon height="144" src="resources/ios/icon/[email protected]" 
width="144" />
           <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
           <icon height="152" src="resources/ios/icon/[email protected]" 
width="152" />
           <icon height="167" src="resources/ios/icon/[email protected]" 
width="167" />
           <icon height="29" src="resources/ios/icon/icon-small.png" width="29" 
/>
           <icon height="58" src="resources/ios/icon/[email protected]" 
width="58" />
           <icon height="87" src="resources/ios/icon/[email protected]" 
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/[email protected]" width="40" 
/>
           <icon height="60" src="resources/ios/icon/[email protected]" width="60" 
/>
           <icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
           <icon height="58" src="resources/ios/icon/[email protected]" width="58" 
/>
           <icon height="87" src="resources/ios/icon/[email protected]" width="87" 
/>
           <icon height="48" src="resources/ios/icon/[email protected]" width="48" 
/>
           <icon height="55" src="resources/ios/icon/[email protected]" 
width="55" />
           <icon height="88" src="resources/ios/icon/[email protected]" width="88" 
/>
           <icon height="172" src="resources/ios/icon/[email protected]" 
width="172" />
           <icon height="196" src="resources/ios/icon/[email protected]" 
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to