[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-06-15 Thread Colin Bau (JIRA)

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

Colin Bau commented on CB-10562:


hi [~philk]
I have no this problem for every times
can you check your environment
mine is Cordova 6.2.0 + Cordova iOS 4.1.1 + splashscreen 3.2.2 + ipad mini 
9.3.2 or iphone 6 plus 9.3.2

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>  Labels: regression
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-06-15 Thread Philipp Kursawe (JIRA)

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

Philipp Kursawe commented on CB-10562:
--

It seems in 3.2.2 this is still an issue sometimes, especially on first starts.

I have this config:

{code}





{code}

and while calling hide() long after deviceready it does not close the 
splashscreen. When I connect to the device through safari and call hide() from 
the console the splash screen is hidden and the app is of course running ok.

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>  Labels: regression
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-04-15 Thread ASF subversion and git services (JIRA)

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

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

Commit 41d9ae94ffe4e6d70f941f176045ceff45c69d4f in 
cordova-plugin-splashscreen's branch refs/heads/3.2.x from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=41d9ae9
 ]

CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS


> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>  Labels: regression
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-03-24 Thread ASF subversion and git services (JIRA)

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

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

Commit 41d9ae94ffe4e6d70f941f176045ceff45c69d4f in 
cordova-plugin-splashscreen's branch refs/heads/master from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=41d9ae9
 ]

CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS


> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>  Labels: regression
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-03-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10562:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-splashscreen/pull/91


> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>  Labels: regression
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-03-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10562:
-

Github user daserge commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/91#issuecomment-200729015
  
This can be done as a UI tests suite in the context of Appium integration.


> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>  Labels: regression
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-03-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10562:
-

Github user nikhilkh commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/91#issuecomment-194966042
  
Can we add test cases for this area? Looks like we regressed behavior here.


> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-03-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10562:
-

GitHub user daserge opened a pull request:

https://github.com/apache/cordova-plugin-splashscreen/pull/91

CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS

[Jira issue](https://issues.apache.org/jira/browse/CB-10562)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-plugin-splashscreen 
CB-10562

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-splashscreen/pull/91.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 #91


commit ee5be0413e2e2300cb0e8ed58ad13898cd18d968
Author: daserge 
Date:   2016-03-10T12:38:32Z

CB-10562 hide() not working in latest splashscreen plug in 3.1.0 in iOS




> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Assignee: Sergey Shakhnazarov
>Priority: Critical
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-03-06 Thread Stanley Mason (JIRA)

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

Stanley Mason commented on CB-10562:


I don't believe this is related to Ionic, but is a bug in the plugin.

To reproduce:
- Add  to config.xml
- Call navigator.splashscreen.hide() after 5 seconds or so 
(console.log(performance.now()) to get an exact timestamp
- The splashscreen will not hide until the 20 seconds are up

>From testing various versions of the plugin, I can see that the issue was 
>introduced by this commit: 
>https://github.com/apache/cordova-plugin-splashscreen/commit/ccb3c2f4533fa52da474c33a7adc5ab5a887a805

The code in the above commit does not take into account that an app may both 
manually hide the splashscreen and also have a timeout. Thus when the hide 
function is manually invoked, it will still wait SplashScreenDelay ms before 
hiding it. Unfortunately I do not know enough about iOS to be able to fix the 
issue. For now I am getting around the issue by removing the timeout entirely.

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Priority: Critical
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-15 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-10562:
--

Workarounds: 
[1|https://issues.apache.org/jira/browse/CB-10530?focusedCommentId=15141833&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15141833],
 
[2|https://issues.apache.org/jira/browse/CB-10533?focusedCommentId=15143050&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15143050]

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>Priority: Critical
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-15 Thread Matthias Max (JIRA)

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

Matthias Max commented on CB-10562:
---

The problem is IONIC is not (yet) compatible with Cordova 6: 
https://github.com/driftyco/ionic/issues/5369

I have made some more investigation and found that there are sporadic memory 
leaks on startup. Both in debug & when installed on the device.

In my opinion the plugin should be backwards compatible !

The problem is there are no errors just the leak.

Any news from the Apache team?

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-10 Thread Colin Bau (JIRA)

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

Colin Bau commented on CB-10562:


hi [~bitflower]
I tried the 3.2.1-dev version in cordova 6.0.0 with iOS@4.0.1
the problem seem solved
please follow the step

step 1
cordova plugin rm cordova-plugin-splashscreen

step 2
cordova plugin add https://github.com/apache/cordova-plugin-splashscreen

step 3
cordova platform rm ios

step 4
cordova platform add ios

step 5
cordova build ios --device

it will generate a ipa file,I launch my app,the "hide" function work again

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-10 Thread Matthias Max (JIRA)

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

Matthias Max commented on CB-10562:
---

This issue is not resolved.

In addition to the debugging preblems mentioned I have an app deploy to beta 
testers today and they couldn't start the app on the first run. They had to 
stop it and restart after which it worked.



> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-09 Thread Matthias Max (JIRA)

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

Matthias Max commented on CB-10562:
---

I have added the master version which is 3.2.1-dev right now and it doesn't 
work. Same behaviour.

I read on the other issue https://issues.apache.org/jira/browse/CB-10412 that 
leaving out the SplashScreenDelay setting if you want to close the splash 
yourself in the app it works. I tried and it does but with a major delay long 
after the app has already been started (I hear it cause mine uses sound).

When running in debug mode I even get memory leak errors on XCode!

EDIT: I found out that when the app is running normal on the device and not in 
debug mode connected to XCode it works!

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-09 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-10562:
--

Thanks [~bau720123],
[~bitflower], could you please test if the issue is being resolved with the 
latest version from master (i.e. is this a clone of CB-10412)?

{{cordova plugin rm splashscreen && cordova plugin add 
https://github.com/apache/cordova-plugin-splashscreen}}

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (CB-10562) hide() not working in latest splashscreen plug in 3.1.0 in iOS

2016-02-08 Thread Colin Bau (JIRA)

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

Colin Bau commented on CB-10562:


I have the same problem just like [~bitflower] said

> hide() not working in latest splashscreen plug in 3.1.0 in iOS
> --
>
> Key: CB-10562
> URL: https://issues.apache.org/jira/browse/CB-10562
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.1.0
> Environment: OSX Yosemite, iOS 9, iPhone 6, XCode 7.2.1, Cordova 
> 4.0.1, IONIC app, latest Cordova & IONIC CLIs
>Reporter: Matthias Max
>
> In version 3.0.0 the command navigator.splashscreen.hide(); works fine.
> With the new version 3.1.0 it simply doesn't close the splashscreen. The 
> splashscreen keeps on being displayed for the time set in the config.xml.
> config.xml:
>   
>   
>   
>   
>   
>   
>   
> JS:
> $ionicPlatform.ready(function() {
> // Hide splash screen
> if (navigator.splashscreen) {
>  navigator.splashscreen.hide();
> }
> });



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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