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 A7728200D46 for ; Sun, 26 Nov 2017 17:21:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A609F160C14; Sun, 26 Nov 2017 16:21:06 +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 EC910160BFA for ; Sun, 26 Nov 2017 17:21:05 +0100 (CET) Received: (qmail 44938 invoked by uid 500); 26 Nov 2017 16:21:05 -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 44925 invoked by uid 99); 26 Nov 2017 16:21:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2017 16:21:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 257C6C2E1D for ; Sun, 26 Nov 2017 16:21:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.011 X-Spam-Level: X-Spam-Status: No, score=-99.011 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KB_WAM_FROM_NAME_SINGLEWORD=0.2, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id quaBLRiomvdr for ; Sun, 26 Nov 2017 16:21:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 19F855FCB9 for ; Sun, 26 Nov 2017 16:21:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 540D9E00CD for ; Sun, 26 Nov 2017 16:21:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 119FF2419F for ; Sun, 26 Nov 2017 16:21:00 +0000 (UTC) Date: Sun, 26 Nov 2017 16:21:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13396) Splash screen images are resized incorrectly on iPhone X MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 26 Nov 2017 16:21:06 -0000 [ https://issues.apache.org/jira/browse/CB-13396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16266084#comment-16266084 ] ASF GitHub Bot commented on CB-13396: ------------------------------------- Drewster727 commented on issue #135: CB-13396: (ios) Fix image sizing on iPhone X URL: https://github.com/apache/cordova-plugin-splashscreen/pull/135#issuecomment-347018801 @myrsk thanks! Unfortunately that didn't fix my issue. Might be easier if I attach screenshots. My issue may be slightly different... I start out on the X with a correctly sized image, and then it changes to an incorrect sized image (no bars on top or bottom like other folks). Right when the app starts up: kcst_ok A couple seconds after the above image, it switches to this: kcst_bad I have debugged the CDVSplashScreen.m file and can't quite figure out what's causing this. I did add some code to detect the iPhoneX and force loading the -2643h splash file. When I did that I notice that instead of an incorrectly sized image, I get a white screen after my correctly sized image. I've also tried the cordova-ios nightly builds. Did not resolve my issue. cordova-cli 7.1.0 cordova-ios 4.5.4 cordova-plugin-splashscreen 4.1.0 Anyone have any ideas? I only see this symptom on the iPhone X ---------------------------------------------------------------- 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 > Splash screen images are resized incorrectly on iPhone X > -------------------------------------------------------- > > Key: CB-13396 > URL: https://issues.apache.org/jira/browse/CB-13396 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-plugin-splashscreen > Environment: iOS 11 / iPhone X > Reporter: Ken Mickles > Labels: splashscreen > > CDVSplashScreen-updateBounds doesn't take iOS11's new safeAreaInsets into account, causing the image size to change when CDVLaunchScreen.storyboard transitions to the CDVSplashScreen image. -- 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