[ 
https://issues.apache.org/jira/browse/CB-12690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981790#comment-15981790
 ] 

Steve commented on CB-12690:
----------------------------

Sure, here the contents of the file platforms/ios/Hugo's 
Shisha-Bar/Images.xcassets/LaunchStoryboard.imageset/Contents.json:


{
  "images": [
    {
      "idiom": "universal",
      "scale": "1x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "1x",
      "width-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "1x",
      "height-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "1x"
    },
    {
      "idiom": "universal",
      "scale": "2x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "2x",
      "width-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "2x",
      "height-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "2x"
    },
    {
      "idiom": "universal",
      "scale": "3x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "3x",
      "width-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "3x",
      "height-class": "compact"
    },
    {
      "idiom": "universal",
      "scale": "3x"
    },
    {
      "idiom": "ipad",
      "scale": "1x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "ipad",
      "scale": "1x",
      "width-class": "compact"
    },
    {
      "idiom": "ipad",
      "scale": "1x",
      "height-class": "compact"
    },
    {
      "idiom": "ipad",
      "scale": "1x"
    },
    {
      "idiom": "ipad",
      "scale": "2x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "ipad",
      "scale": "2x",
      "width-class": "compact",
      "filename": "Default@2x~ipad~comany.png"
    },
    {
      "idiom": "ipad",
      "scale": "2x",
      "height-class": "compact"
    },
    {
      "idiom": "ipad",
      "scale": "2x",
      "filename": "Default@2x~ipad~anyany.png"
    },
    {
      "idiom": "iphone",
      "scale": "1x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "iphone",
      "scale": "1x",
      "width-class": "compact"
    },
    {
      "idiom": "iphone",
      "scale": "1x",
      "height-class": "compact"
    },
    {
      "idiom": "iphone",
      "scale": "1x"
    },
    {
      "idiom": "iphone",
      "scale": "2x",
      "width-class": "compact",
      "height-class": "compact",
      "filename": "Default@2x~iphone~comcom.png"
    },
    {
      "idiom": "iphone",
      "scale": "2x",
      "width-class": "compact",
      "filename": "Default@2x~iphone~comany.png"
    },
    {
      "idiom": "iphone",
      "scale": "2x",
      "height-class": "compact"
    },
    {
      "idiom": "iphone",
      "scale": "2x",
      "filename": "Default@2x~iphone~anyany.png"
    },
    {
      "idiom": "iphone",
      "scale": "3x",
      "width-class": "compact",
      "height-class": "compact"
    },
    {
      "idiom": "iphone",
      "scale": "3x",
      "width-class": "compact",
      "filename": "Default@3x~iphone~comany.png"
    },
    {
      "idiom": "iphone",
      "scale": "3x",
      "height-class": "compact",
      "filename": "Default@3x~iphone~anycom.png"
    },
    {
      "idiom": "iphone",
      "scale": "3x",
      "filename": "Default@3x~iphone~anyany.png"
    }
  ],
  "info": {
    "author": "Xcode",
    "version": 1
  }
}


Here the contents of the directory platforms/ios/Hugo's 
Shisha-Bar/Images.xcassets/LaunchStoryboard.imageset/:

-Contents.json
-Default@2x~ipad~anyany.png
-Default@2x~ipad~comany.png
-Default@2x~iphone~anyany.png
-Default@2x~iphone~comany.png
-Default@2x~iphone~comcom.png
-Default@3x~iphone~anyany.png
-Default@3x~iphone~anycom.png
-Default@3x~iphone~comany.png



> 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: Plugin SplashScreen
>    Affects Versions: [email protected]
>            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.3.15#6346)

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

Reply via email to