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 A4EFA200BDB for ; Mon, 12 Dec 2016 19:37:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A3B49160B2A; Mon, 12 Dec 2016 18:37: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 E000E160B22 for ; Mon, 12 Dec 2016 19:37:00 +0100 (CET) Received: (qmail 41376 invoked by uid 500); 12 Dec 2016 18:37:00 -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 41244 invoked by uid 99); 12 Dec 2016 18:37:00 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2016 18:36:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D7AC32C03E1 for ; Mon, 12 Dec 2016 18:36:59 +0000 (UTC) Date: Mon, 12 Dec 2016 18:36:59 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11177) SplashScreen gets shifted on Windows devices with soft navbar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Dec 2016 18:37:01 -0000 [ https://issues.apache.org/jira/browse/CB-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742731#comment-15742731 ] ASF GitHub Bot commented on CB-11177: ------------------------------------- GitHub user daserge opened a pull request: https://github.com/apache/cordova-windows/pull/216 CB-11177 SplashScreen gets shifted on Windows devices with soft navbar ### Platforms affected Windows ### What does this PR do? Fixes splash jump bug (affected mostly Windows 10 Mobile devices, especially with soft navigation bar) ### What testing has been done on this change? Manual testing ### Checklist - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [ ] Added automated test coverage as appropriate for this change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/daserge/cordova-windows CB-11177 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-windows/pull/216.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #216 ---- commit 94b0c271fef8217c413c35ee401594f5f986b351 Author: daserge Date: 2016-12-12T18:32:37Z CB-11177 SplashScreen gets shifted on Windows devices with soft navbar ---- > SplashScreen gets shifted on Windows devices with soft navbar > ------------------------------------------------------------- > > Key: CB-11177 > URL: https://issues.apache.org/jira/browse/CB-11177 > Project: Apache Cordova > Issue Type: Bug > Components: Windows > Reporter: Sergey Shakhnazarov > Assignee: Sergey Shakhnazarov > Labels: mustfix, splashscreen, triaged > Attachments: extendedSplash[1].png, launchImage[1].png > > > This can be partially avoided by showing a statusbar: > {noformat} > var statusBar = Windows.UI.ViewManagement.StatusBar.getForCurrentView(); > if (statusBar) { > statusBar.backgroundColor = { a: 0, r: 41, g: 40, b: 38 }; > statusBar.backgroundOpacity = 1; > statusBar.showAsync(); > } > {noformat} > This should be conditional to soft navigation bar presence though. -- 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