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 58C28200BFF for ; Tue, 17 Jan 2017 11:08:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 57564160B52; Tue, 17 Jan 2017 10:08:35 +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 A1BD9160B43 for ; Tue, 17 Jan 2017 11:08:34 +0100 (CET) Received: (qmail 25236 invoked by uid 500); 17 Jan 2017 10:08:33 -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 25225 invoked by uid 99); 17 Jan 2017 10:08:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2017 10:08:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0DDBB1A0804 for ; Tue, 17 Jan 2017 10:08:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id MX3RDeuVQaP2 for ; Tue, 17 Jan 2017 10:08:32 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B44595FE35 for ; Tue, 17 Jan 2017 10:08:31 +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 1F94AE1370 for ; Tue, 17 Jan 2017 10:08:28 +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 90FAF25284 for ; Tue, 17 Jan 2017 10:08:26 +0000 (UTC) Date: Tue, 17 Jan 2017 10:08:26 +0000 (UTC) From: "Sergey Shakhnazarov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CB-12354) UWP - splashscreen images are not picked correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 Jan 2017 10:08:35 -0000 [ https://issues.apache.org/jira/browse/CB-12354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shakhnazarov closed CB-12354. ------------------------------------ Resolution: Not A Problem For UWP apps you can specify [SplashScreenBackgroundColor|https://github.com/apache/cordova-plugin-splashscreen/#windows-quirks] and use a transparent image (or make it have the same background color). See also this [SO question|http://stackoverflow.com/questions/32201551/splash-screen-for-universal-windows-10-apps]. > UWP - splashscreen images are not picked correctly > -------------------------------------------------- > > Key: CB-12354 > URL: https://issues.apache.org/jira/browse/CB-12354 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin SplashScreen, Windows > Affects Versions: 4.0.0, 4.0.1 > Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 4.0.0, Win10 UWP. > Reporter: Ali Mustafa > Labels: splashscreen, uwp, windows > > I defined the splashscreens using the MRT concept as was instructed in the plugin's overview. > 620X300 splashscreen.scale-100.png > 775X375 splashscreen.scale-125.png > 868X420 splashscreen.scale-140.png > 930X450 splashscreen.scale-150.png > 1116 X540 splashscreen.scale-180.png > 1240X600 splashscreen.scale-200.png > 2480X1200 splashscreen.scale-400.png > 480X800 splashscreenphone.scale-100.png > 672X1120 splashscreenphone.scale-140.png > 1152X1920 splashscreenphone.scale-240.png > device: Lumia 950XL > I expect to get on of the scales of splashscreenphone images (portrait) but instead I get one of the splashscreen images (landscape). > as a workaround I tried renaming the splashsreenphone into splashscreen and deleting the others(only 3 portraits), but then I get build error: > error APPX1619: App manifest references the splash screen image 'images\SplashScreen.scale-100.png' which does not have valid dimensions. It must be 620x300 pixels. > tried updating corodva-windows to the lastest master and splashscreen to 4.0.1 and I can still see this. -- 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