[jira] [Commented] (CB-13913) Default Splash Screen Not changing

2018-02-22 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-13913:
---

You said you are using both and I explained that in developer app it's not 
going to work, and in PGB you are probably doing something wrong because I 
tested and it works, so create a thread on the PGB forums (link on my previous 
message) and provide your app id, config.xml and code there.

> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13913) Default Splash Screen Not changing

2018-02-22 Thread Manoj (JIRA)

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

Manoj commented on CB-13913:


I am not setting for Developer App , I am saying its not working either with 
app or with PGB

> 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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13913) Default Splash Screen Not changing

2018-02-21 Thread Manoj (JIRA)

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

Manoj commented on CB-13913:


I am testing over Phone Gap developer app and building using phone gap build. 
So its not working either on developer app or after build using apk

> 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 hellow world app using Phonegap
>  * Icons changes as I replace with custom images
>  * Splash Screen shows default icons
>Reporter: Manoj
>Priority: Major
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> I am using Splash Screen and it show default *CORDOVA ICON WITH GREY 
> BACKGROUND* before app launches.
>  



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13913) Default Splash Screen Not changing

2018-02-21 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-13913:
---

Are you using Phonegap developer app to test or are you compiling your own app?

 

If it's your own app, try deleting it and installing again, sometimes they are 
cached.

> 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 hellow world app using Phonegap
>  * Icons changes as I replace with custom images
>  * Splash Screen shows default icons
>Reporter: Manoj
>Priority: Major
>   Original Estimate: 6h
>  Remaining Estimate: 6h
>
> I am using Splash Screen and it show default *CORDOVA ICON WITH GREY 
> BACKGROUND* before app launches.
>  



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org