[ 
https://issues.apache.org/jira/browse/CB-13913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manoj updated CB-13913:
-----------------------
    Description: 
I am trying to display custom  Splash Screen but it shows default *CORDOVA ICON 
WITH GREY BACKGROUND* before app launches.

 
{code:java}
//             document.addEventListener("deviceready", onDeviceReady, false);
            function onDeviceReady() {
                window.open = cordova.InAppBrowser.open;
                
                var ref = 
cordova.InAppBrowser.open('https://cordova.apache.org/', '_blank', 
'location=no');
                
                navigator.splashscreen.show();
                window.setTimeout(function () {
                    navigator.splashscreen.hide();
                }, 6000);
            }
{code}
 

  was:
I am using Splash Screen and it show default *CORDOVA ICON WITH GREY 
BACKGROUND* before app launches.

 


> Default Splash Screen Not changing
> ----------------------------------
>
>                 Key: CB-13913
>                 URL: https://issues.apache.org/jira/browse/CB-13913
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-splashscreen
>    Affects Versions: cordova-android-7.0.0
>         Environment: * Creating a simple Hello world app using Phone Gap 
> Desktop App
>  * Testing over Phong Gap Developer App
>  * Icons reflects as I replace with custom images
>  * Splash Screen shows default Cordova icons
>            Reporter: Manoj
>            Priority: Major
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> I am trying to display custom  Splash Screen but it shows default *CORDOVA 
> ICON WITH GREY BACKGROUND* before app launches.
>  
> {code:java}
> //             document.addEventListener("deviceready", onDeviceReady, false);
>             function onDeviceReady() {
>                 window.open = cordova.InAppBrowser.open;
>                 
>                 var ref = 
> cordova.InAppBrowser.open('https://cordova.apache.org/', '_blank', 
> 'location=no');
>                 
>                 navigator.splashscreen.show();
>                 window.setTimeout(function () {
>                     navigator.splashscreen.hide();
>                 }, 6000);
>             }
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to