You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve (JIRA)" <ji...@apache.org> on 2017/09/27 20:10:00 UTC

[jira] [Closed] (CB-12690) Splashscreen based upon device idiom not working on iPad Pro/ iPad Air (2)

     [ https://issues.apache.org/jira/browse/CB-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve closed CB-12690.
----------------------
    Resolution: Not A Bug

> Splashscreen based upon device idiom not working on iPad Pro/ iPad Air (2)
> --------------------------------------------------------------------------
>
>                 Key: CB-12690
>                 URL: https://issues.apache.org/jira/browse/CB-12690
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-splashscreen
>    Affects Versions: cordova-ios@4.3.1
>            Reporter: Steve
>            Assignee: Kerri Shotts
>            Priority: Blocker
>
> The following code works like a charm:
>     <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
>     <splash src="res/screen/ios/Default@2x~universal~comany.png" />
>     <splash src="res/screen/ios/Default@2x~universal~comcom.png" />
>     <splash src="res/screen/ios/Default@3x~universal~anyany.png" />
>     <splash src="res/screen/ios/Default@3x~universal~anycom.png" />
>     <splash src="res/screen/ios/Default@3x~universal~comany.png" />
> But if I specify the device idiom like the following:
>     <splash src="res/screen/ios/Default@2x~iphone~anyany.png" />
>     <splash src="res/screen/ios/Default@2x~iphone~comany.png" />
>     <splash src="res/screen/ios/Default@2x~iphone~comcom.png" />
>     <splash src="res/screen/ios/Default@3x~iphone~anyany.png" />
>     <splash src="res/screen/ios/Default@3x~iphone~anycom.png" />
>     <splash src="res/screen/ios/Default@3x~iphone~comany.png" />
>     <splash src="res/screen/ios/Default@2x~ipad~anyany.png" />
>     <splash src="res/screen/ios/Default@2x~ipad~comany.png" />
> I do not get any splashscreen on the iPad Pro and the iPad Air 2.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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