[
https://issues.apache.org/jira/browse/CB-11177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742767#comment-15742767
]
ASF GitHub Bot commented on CB-11177:
-------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/cordova-windows/pull/216
## [Current
coverage](https://codecov.io/gh/apache/cordova-windows/pull/216?src=pr) is
76.13% (diff: 100%)
> Merging
[#216](https://codecov.io/gh/apache/cordova-windows/pull/216?src=pr) into
[master](https://codecov.io/gh/apache/cordova-windows/branch/master?src=pr)
will not change coverage
```diff
@@ master #216 diff @@
==========================================
Files 16 16
Lines 2204 2204
Methods 413 413
Messages 0 0
Branches 430 430
==========================================
Hits 1678 1678
Misses 526 526
Partials 0 0
```
> Powered by [Codecov](https://codecov.io?src=pr). Last update
[707bf96...94b0c27](https://codecov.io/gh/apache/cordova-windows/compare/707bf962823b9585a22dfaa3ffa6f0185562df5a...94b0c271fef8217c413c35ee401594f5f986b351?src=pr)
> 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: [email protected]
For additional commands, e-mail: [email protected]