[ 
https://issues.apache.org/jira/browse/CB-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779435#comment-13779435
 ] 

ASF subversion and git services commented on CB-4934:
-----------------------------------------------------

Commit 2dc0f42b8f7779ba0cac5778a879aaf0162bf579 in branch refs/heads/dev from 
[~csantana]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=2dc0f42
 ]

[CB-4934] plugin-splashscreen should not show by default on Windows8

                
> plugin-splashscreen should not show by default on Windows8
> ----------------------------------------------------------
>
>                 Key: CB-4934
>                 URL: https://issues.apache.org/jira/browse/CB-4934
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>    Affects Versions: Master
>         Environment: windows8
>            Reporter: Carlos Santana
>            Assignee: Carlos Santana
>
> After adding cordova-plugin-splashscreen to windows8 using plugman
> When the App starts it shows the splashscreen and never hides
> The fix is simple is to remove the call to show from actived callback in 
> www/windows8/SplashScreenProxy.js
> function activated(evt) {
>     if (evt.detail.kind === 
> Windows.ApplicationModel.Activation.ActivationKind.launch) {
>         splash = evt.detail.splashScreen;
>         position = evt.detail.splashScreen.imageLocation;
>         SplashScreen.show();
>     }
> }
> remove the "SplashScreen.show();"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to