[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-08-10 Thread pppglowacki
Github user pppglowacki commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-129428816 @jacobg @shazron looks like we are also getting a similar crash. Did someone figure this out? --- If your project is set up for it, you can rep

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-05-13 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-101761529 Hi @shazron: I'm still getting the same crash from users after applied the latest fix. Any ideas? Thanks. --- If your project is set up for it, you

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91347597 Filed a new issue: https://issues.apache.org/jira/browse/CB-8836 --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91346209 No, thank you for the reports, that has helped solve the issue. I'll pull the changes in anyway. Admittedly this is sloppy work on our part

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91344385 Sounds good. I'm having trouble repro'ing the crashes; I've only personally seen it twice after a zillion attempts. But I'm definitely getting the repo

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91343883 Yes, definitely. I'll let you try it out for bit? --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91343025 Are you planning to commit this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91342982 Great thanks @shazron ! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91339823 Yes it definitely can not crash every time -- but it's a certainty that it would eventually. --- If your project is set up for it, you can reply to

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91339236 Hmm. Can it be that it would not crash every time? AutoHideSplashScreen is false, and navigator.splashscreen.hide is called in javascript. Tha

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91338139 Actually, this needs to be wrapped as well: https://gist.github.com/shazron/e45705f76bef4448139a/daddb1f1fefc6171589b2c79bb9333efe6603ed6#file-gis

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91337249 I've updated my gist with a fix: https://gist.github.com/shazron/e45705f76bef4448139a/daddb1f1fefc6171589b2c79bb9333efe6603ed6 --- If your proje

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91335908 Ugh - it's related. Basically, when calling this: https://gist.github.com/shazron/e45705f76bef4448139a#file-gistfile1-m-L15 ...it call

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-09 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-91333840 I just got the following new crash group. Do you think it's the same issue? ``` Incident Identifier: DD4D6021-EC75-4FFC-949E-2156E433A5F6

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-05 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-89891961 Thanks so much @shazron. I will try your patch. Here is a raw crash log: ``` Incident Identifier: FF007664-79D7-4895-99C8-F93D8884

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-03 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-89458111 This could be it: 1. https://github.com/apache/cordova-plugin-splashscreen/blob/d2e62a551c950041cb4c9683624a04d931f4bee3/src/ios/CDVSplashScreen.m

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-04-03 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-89449427 @jacobg not too sure what's going on here. Post the full crash log somewhere? (shot in the dark). I'll review the code again. --- If your project is

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2015-03-31 Thread jacobg
Github user jacobg commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-88049413 Ever since I added the splashscreen plugin to my app, I (and customers) have been getting this crash occasionally: ``` 1 libobjc.A.dylib

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/21 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-10-08 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-58344161 Yes. I probably agree with using `finished` parameter for the fix. --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-09-16 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55830716 Not sure what you meant exactly by your last comment. So is my proposed fix would be the better way in your opinion? --- If your project is set up f

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-09-16 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55703938 Sorry, I reread your comment and realize that my earlier comment is probably off-topic. --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-09-15 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55702064 When you are really fast this is not working. New view created before call to `[self destroyViews];` happens inside callback and application crash wh

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-09-15 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-55677107 I'm thinking the proper fix is to check whether finished == YES here, then call destroyViews: https://github.com/apache/cordova-plugin-splashscre

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-08-02 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-50960520 Probably another place to fix is https://github.com/apache/cordova-plugin-splashscreen/blob/cd61952efc68365138115cb1d5fbefa0695198d1/src/ios/CDV

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-08-02 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-50960218 When very quickly open and show application, there possibility of the application crash. This is caused by following code: https://github.co

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-08-01 Thread joshbuchea
Github user joshbuchea commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21#issuecomment-50948393 What's the behavior of the issue this is supposed to fix? I'm having issues with the plugin not honoring AutoHideSplashScreen in iOS 7.1 &

[GitHub] cordova-plugin-splashscreen pull request: CB-7204 Fixed race condi...

2014-07-27 Thread kant2002
GitHub user kant2002 opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/21 CB-7204 Fixed race condition when hiding splash You can merge this pull request into a Git repository by running: $ git pull https://github.com/kant2002/cordova-plugin-spl