Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0C113200B16 for ; Sun, 5 Jun 2016 23:04:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 09099160A25; Sun, 5 Jun 2016 21:04:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5BB9D160A53 for ; Sun, 5 Jun 2016 23:04:00 +0200 (CEST) Received: (qmail 99956 invoked by uid 500); 5 Jun 2016 21:03:59 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 99840 invoked by uid 99); 5 Jun 2016 21:03:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jun 2016 21:03:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 487DA2C1F71 for ; Sun, 5 Jun 2016 21:03:59 +0000 (UTC) Date: Sun, 5 Jun 2016 21:03:59 +0000 (UTC) From: "Kerri Shotts (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (CB-9762) App icon and Launch image for iPad Pro MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 05 Jun 2016 21:04:01 -0000 [ https://issues.apache.org/jira/browse/CB-9762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kerri Shotts updated CB-9762: ----------------------------- Comment: was deleted (was: So (since I brought it up on the last hangout!), I created a PoC plugin that generates a launch storyboard for iPad Pro support. I've uploaded it to [https://github.com/kerrishotts/cordova-plugin-ios-launch-screen]. It's very much a work in progress -- I'm sure there are a lot of edge cases I haven't considered, and the code isn't beautiful by any stretch of the imagination either. But so far, it seems to be a promising start. That said, I'm not entirely sure about the direction I'm going, though -- the launch storyboard has to apply to all devices, orientations, and viewport sizes, so it's conceptually different from the device-specific and orientation-specific launch images Cordova already supports. But I'm having a hard time coming up with a way that works with launch storyboards and _is_ device specific, since the whole point of launch storyboards is to be more generic and to use auto layout. As such, the image I'm using is actually _square_, and the plugin currently just scales it up using aspect fill, which means image resizing and potential difficulty with the cropping that occurs with all possible viewports. I suppose another option is to just provide support for moving a launch storyboard around, and leave it up to the dev to create the storyboard itself. But that requires dropping into an IDE (Either Xcode, Xamarin, etc.), which feels a bit antithetical to the CLI world. Thoughts, ideas, comments?) > App icon and Launch image for iPad Pro > -------------------------------------- > > Key: CB-9762 > URL: https://issues.apache.org/jira/browse/CB-9762 > Project: Apache Cordova > Issue Type: Task > Components: iOS > Affects Versions: 4.0.0 > Reporter: Manuel Martiarena > Labels: cordova-ios-4.1.1 > Attachments: Default-Landscape@2x~ipad-pro.png, Default-Portrait@2x~ipad-pro.png > > > Provide app icon image and launch image for iPad Pro > iPad Pro (@2x) App icon required 167x167 > iPad Pro (@2x) Launch image required 2048 x 2732 (portrait) > 2732 x 2048 (landscape) > https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org