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 2019/01/24 23:36:47 UTC

[GitHub] cvanem commented on issue #382: Incorrect Status Bar Position on iPad Pro 12.9" Gen 3 Device (New Model)

cvanem commented on issue #382: Incorrect Status Bar Position on iPad Pro 12.9" Gen 3 Device (New Model)
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/382#issuecomment-457399408
 
 
   @joeldhenry I just created Default@2x~universal~anyany.png with my desired splash screen image and added it to my config.xml file like below:
   
   
       <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
       <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
       <preference name="SplashMaintainAspectRatio" value="true" />
       <preference name="SplashScreenDelay" value="0"/>
       <preference name="AutoHideSplashScreen" value="false" />
       <preference name="FadeSplashScreenDuration" value="0"/>
       <preference name="FadeSplashScreen" value="false"/>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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