[jira] [Resolved] (CB-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-11407.
---
Resolution: Fixed
  Assignee: Holly Schinsky

> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Assignee: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11407:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-file/pull/184


> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread ASF subversion and git services (JIRA)

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

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

Commit 8d7191d8e6ab4187b58144e80299db0c8490afe2 in cordova-plugin-file's branch 
refs/heads/master from [~hollyschinsky]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=8d7191d ]

CB-11407 ios: added extern keyword to constants to fix phonegap-webview-ios 
template issue.


> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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-11270) [QUESTION] Is whitelist intent filter working as intended?

2016-06-09 Thread Tony Homer (JIRA)

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

Tony Homer commented on CB-11270:
-

This article basically says the same thing but the explanation was a little 
more clear to me:
http://tech.vg.no/2013/09/13/dissecting-javascript-clicks-in-uiwebview/

I'm not sure how to validate this, but from the description it seems like we 
could just compare documentURL and URL - if they are the same it should mean 
that the action was originated on the page.  I guess we could make an iframe on 
the page that tries to use the intent?

Based on this SO answer (which I didn't test for myself yet) it's possible to 
use javascript to get UIWebViewNavigationTypeLinkClicked anyway:
http://stackoverflow.com/a/30202988/273628

If this is true I guess we should compare documentURL and URL even for 
UIWebViewNavigationTypeLinkClicked?

> [QUESTION] Is whitelist intent filter working as intended?
> --
>
> Key: CB-11270
> URL: https://issues.apache.org/jira/browse/CB-11270
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: iOS
>Reporter: Tony Homer
>Assignee: Shazron Abdullah
>
> In 3.8.0, given an intent directive like 
> {code}
> 
> {code}
> , interacting with any of the following elements would result in tel: 
> requests that would all be allowed:
> {code}
> do tel with a.href
> do 
> tel with a.onclick
> do 
> tel with button.onclick
> {code}
> However, in 4.1.1, only the first interaction will be allowed.
> This is because intent directives are only applied to the 
> UIWebViewNavigationTypeLinkClicked navigationType (the navigationType for the 
> second and third examples is UIWebViewNavigationTypeOther).
> Is this working as intended?
> It seems that either the whitelist intent filter in 4+ is not working as 
> intended or, if working as intended, the documentation should be improved to 
> spell out this case.



--
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-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11407:
-

Github user shazron commented on the issue:

https://github.com/apache/cordova-plugin-file/pull/184
  
Since the Cordova CI Build failure was for Android, and this change was for 
iOS, I would ignore the false positive. (seems to be a config problem? "ERROR: 
Step ‘Publish JUnit test result report’ failed: No test report files were 
found. Configuration error?")


> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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-11373) config.xml options not documented: android-packageName, android-activityName, ios-CFBundleIdentifier

2016-06-09 Thread JIRA

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

Frederico Costa Galvão commented on CB-11373:
-

But there is a difference between them, Shazron.

For example, I'm evolving my cordova app into a whitelabel app, which can 
produce packaged applications with different bundleIdentifiers/applicationIds 
so that they're unique in the stores, but if I had to change the *id* root 
attribute, I'd have a completely different platform folder for ios, and a quite 
different folder for android too. That's where that ios_CFBundleIdentifier and 
changing the applicationId in gradle comes into: I can keep the source code 
(www) AND most of the platform code the same, and still make them unique 
applications. It's very similar to what the build **flavours** mean on android, 
as explained here: 
http://tools.android.com/tech-docs/new-build-system/applicationid-vs-packagename.

For people who use the cli workflow completely and abide to the rule of not 
including the platforms folder into version control, those settings change 
close to nothing (although my experience trying to rename an application by 
changing its id on config.xml have been unsuccessfull, for the platform outputs 
are not completely updated\[1\]). For people who use the platform workflow, or 
use the cli workflow and keep platforms into version control (like me), having 
the entire folder structure change because of an id seems unecessary.

However, android_packageName is not completely the same scenario. We'd need an 
android_aplicationId to mirror what the bundleIdentifier does for iOS. I've 
already created an issue for that: 
https://issues.apache.org/jira/browse/CB-11374

\[1] I've experienced iOS projects become uncompilable if I try to change the 
id and  attributes. Not even readding the platform fixed it, but that's 
talk for another issue.

> config.xml options not documented: android-packageName, android-activityName, 
> ios-CFBundleIdentifier
> 
>
> Key: CB-11373
> URL: https://issues.apache.org/jira/browse/CB-11373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 6.2.0
>Reporter: Frederico Costa Galvão
>Priority: Minor
>  Labels: Android, documentation, iOS, triaged
>
> None of these options \[1\] are currently documented \[2\].
> I wonder how many of those hidden settings are there.
> \[1\] 
> https://github.com/apache/cordova-lib/blob/9f630271d9c02824c0031ea4cdc0e4955b53d9e2/cordova-common/src/ConfigParser/ConfigParser.js#L99-L107
> \[2\] https://cordova.apache.org/docs/en/latest/config_ref/index.html 
> (visited @ 03/06/2016 23:00:00 UTC)



--
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-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11407:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-file/pull/184
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-file/pull/184/commits/master)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-pr/22//PLATFORM=android/artifact/)
 |
 



> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11407:
-

GitHub user hollyschinsky opened a pull request:

https://github.com/apache/cordova-plugin-file/pull/184

CB-11407 (ios): Added extern keyword to constants to fix 
phonegap-webview-ios template projects



### Platforms affected
iOS

### What does this PR do?
Fixes iOS embedded webview projects based on the [phonegap-webview-ios 
template](https://github.com/phonegap/phonegap-webview-ios/) due to the reasons 
explained in [CB-11407](https://issues.apache.org/jira/browse/CB-11407) and 
template [issue 8] (https://github.com/phonegap/phonegap-webview-ios/issues/8).

### What testing has been done on this change?
This change has been tested locally with iOS embedded webview projects 
based on [this template](https://github.com/phonegap/phonegap-webview-ios).  

### Checklist
- [X] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [X] Added automated test coverage as appropriate for this change.



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

$ git pull https://github.com/hollyschinsky/cordova-plugin-file 
embed-webview-fix

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

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


commit 8d7191d8e6ab4187b58144e80299db0c8490afe2
Author: Holly Schinsky 
Date:   2016-06-09T21:05:45Z

CB-11407 ios: added extern keyword to constants to fix phonegap-webview-ios 
template issue.




> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user ktop commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
ahh must be because I didn't set up my git config after my computer got 
re-imaged. I have it set now and hopefully it will appear after I rebase. 


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user macdonst commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
@ktop I also see "unknown" for your name in `git log`.


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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] [Updated] (CB-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread Holly Schinsky (JIRA)

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

Holly Schinsky updated CB-11407:

Description: When creating projects using the [iOS embedded webview 
template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
x86_64* error.  Details about the issue and fix are all included 
[here|https://github.com/apache/cordova-plugin-file].  (was: When creating 
projects using the [iOS embedded webview 
template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
CocoaPods > 0.39, you will receive a `duplicate symbols for architecture 
x86_64` error.  Details about the issue and fix are all included 
[here|https://github.com/apache/cordova-plugin-file].)

> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a *duplicate symbols for architecture 
> x86_64* error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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] [Updated] (CB-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread Holly Schinsky (JIRA)

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

Holly Schinsky updated CB-11407:

Description: When creating projects using the [iOS embedded webview 
template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
CocoaPods > 0.39, you will receive a `duplicate symbols for architecture 
x86_64` error.  Details about the issue and fix are all included 
[here|https://github.com/apache/cordova-plugin-file].  (was: When creating 
projects using the [iOS embedded webview 
template](https://github.com/phonegap/phonegap-webview-ios)  with a version of 
CocoaPods > 0.39, you will receive a `duplicate symbols for architecture 
x86_64` error.  Details about the issue and fix are all included 
[here](https://github.com/apache/cordova-plugin-file).)

> Duplicate Symbol error in iOS Embedded Webview template projects
> 
>
> Key: CB-11407
> URL: https://issues.apache.org/jira/browse/CB-11407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
> Environment: IOS
>Reporter: Holly Schinsky
>Priority: Minor
>
> When creating projects using the [iOS embedded webview 
> template|https://github.com/phonegap/phonegap-webview-ios]  with a version of 
> CocoaPods > 0.39, you will receive a `duplicate symbols for architecture 
> x86_64` error.  Details about the issue and fix are all included 
> [here|https://github.com/apache/cordova-plugin-file].



--
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] [Created] (CB-11407) Duplicate Symbol error in iOS Embedded Webview template projects

2016-06-09 Thread Holly Schinsky (JIRA)
Holly Schinsky created CB-11407:
---

 Summary: Duplicate Symbol error in iOS Embedded Webview template 
projects
 Key: CB-11407
 URL: https://issues.apache.org/jira/browse/CB-11407
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File
 Environment: IOS
Reporter: Holly Schinsky
Priority: Minor


When creating projects using the [iOS embedded webview 
template](https://github.com/phonegap/phonegap-webview-ios)  with a version of 
CocoaPods > 0.39, you will receive a `duplicate symbols for architecture 
x86_64` error.  Details about the issue and fix are all included 
[here](https://github.com/apache/cordova-plugin-file).



--
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-11402) codova android inapp browser with _blank option is giving cross origin requests are only supported for protocol schemes

2016-06-09 Thread Venkatesh (JIRA)

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

Venkatesh commented on CB-11402:


Could anybody please look into this issue?

> codova android inapp browser with _blank option is giving cross origin 
> requests are only supported for protocol schemes
> ---
>
> Key: CB-11402
> URL: https://issues.apache.org/jira/browse/CB-11402
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: andriod 5.1.1
>Reporter: Venkatesh
>Priority: Blocker
>
> http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests
> I have added the cordova-whitelist plugin and added CSP meta tag as well



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user riknoll commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
@ktop Run `git log` and check out the author field. Your email shows up, 
but the name is unknown for some reason.

As for the force add thing, that sounds fine to me. There are two possible 
behaviors:

1. When you force add a plugin, remove any existing changes (i.e. the 
changes of plugin 1) and apply the new changes (from plugin 2)
2. When you force add a plugin, ignore any conflicting changes (i.e. the 
changes of plugin 2) and leave the existing ones in place (from plugin 1)

I believe you are describing the first behavior. The difference between 
that and the current implementation is that the current implementation 
shouldn't store both sets of changes in platform.json. If the changes of plugin 
1 get overwritten by plugin 2, then they should be undone before the changes of 
plugin 2 are made. Otherwise, the platform.json gets into a weird state.


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user ktop commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
@riknoll 
Where does it say "unknown"? I don't see it.

If we have plugin-1, plugin-2 --force, and then add plugin-3 with --force, 
plugin-1 and plugin-2 should not be applied correct?


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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-9762) App icon and Launch image for iPad Pro

2016-06-09 Thread Jacob Weber (JIRA)

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

Jacob Weber commented on CB-9762:
-

If you do fix the iPad Pro launch image, you should clear the cached userAgent 
in the same release, since it will change (see CB-10078).

> App icon and Launch image for iPad Pro
> --
>
> Key: CB-9762
> URL: https://issues.apache.org/jira/browse/CB-9762
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Affects Versions: 4.0.0
>Reporter: Manuel Martiarena
>  Labels: cordova-ios-4.1.1
> Attachments: Default-Landscape@2x~ipad-pro.png, 
> Default-Portrait@2x~ipad-pro.png
>
>
> Provide app icon image and launch image for iPad Pro
> iPad Pro (@2x) App icon required 167x167
> iPad Pro (@2x) Launch image required 2048 x 2732 (portrait)
> 2732 x 2048 (landscape)
> https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



--
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-9888) WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view

2016-06-09 Thread craig mcmillan (JIRA)

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

craig mcmillan commented on CB-9888:


cool, just got confirmation that this reload technique based on title tag is 
helping... from my phone logs as my app resumes

in this first trace the app came back with a white-screen, the WKWebView title 
was empty and the app reloaded - recovery !
{noformat}
Jun  9 20:07:03 gluupi YapDev[1940] : CDVWKWebViewEngine 
reloadIfRequired
Jun  9 20:07:03 gluupi YapDev[1940] : CDVWKWebViewEngine 
reloadIfRequired WKWebView.title: 
Jun  9 20:07:03 gluupi YapDev[1940] : CDVWKWebViewEngine 
reloadIfRequired reload: 1
Jun  9 20:07:03 gluupi kernel[0] : Sandbox: YapDev(1940) deny(1) 
file-issue-extension /
Jun  9 20:07:03 gluupi YapDev[1940] : IAB.close() called but it was 
already closed.
Jun  9 20:07:06 gluupi YapDev[1940] : THREAD WARNING: 
['PushNotification'] took '49.469971' ms. Plugin should use a background thread.
Jun  9 20:07:06 gluupi YapDev[1940] : INFO: INFO 
[er-webui.platform.init:23] - initialise - platform:  iOS
{noformat}

this trace is a normal resume, and the WKWebView still has its title
{noformat}
Jun  9 20:07:23 gluupi YapDev[1940] : CDVWKWebViewEngine 
reloadIfRequired
Jun  9 20:07:23 gluupi YapDev[1940] : CDVWKWebViewEngine 
reloadIfRequired WKWebView.title: Yapster
Jun  9 20:07:23 gluupi YapDev[1940] : CDVWKWebViewEngine 
reloadIfRequired reload: 0
Jun  9 20:07:23 gluupi YapDev[1940] : INFO: INFO 
[er-webui.platform.resume:22] - cordova event: resume
{noformat}

> WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view
> ---
>
> Key: CB-9888
> URL: https://issues.apache.org/jira/browse/CB-9888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Affects Versions: 4.0.0
> Environment: iphone 5, ios9.1
>Reporter: Jan Pittner
>
>  Occasionally the entire web view is cleared. White screen. Plugins and other 
> components remain unaffected. Observed when playing background audio (via 
> CDVSound), going to background, and running other apps. Audio continues 
> uninterrupted, but bringing the app to foreground reveals white screen.
> It appears to be related to an issue with the XPC connection being lost 
> between the app and the wkwebview (log in XCode mentioned the XPC connection 
> being interrupted). (see also: 
> http://stackoverflow.com/questions/25854143/wkwebview-intermittent-blank-screen-issue
>  )
> The plugin should detect if the WKWebView has reset and reload the app. 



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user riknoll commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
I've tested it out and I think there needs to be a slight tweak to the 
`--force` behavior. When a plugin is force added, any conflicting edit-config 
changes it has should not be applied. Otherwise, you can get into a weird 
situation where adding conflicting plugins and removing them in a bad order 
results in the config file being different than when you started.

For example, If I have two plugins that conflict and I execute the 
following commands:
```
cordova plugin add plugin-1
cordova plugin add plugin-2 --force
cordova plugin rm plugin-1
cordova plugin rm plugin-2
```
I will be left with a config file  that has the changes that `plugin-1` 
made despite `plugin-1` no longer being in my project. I think it's a good idea 
to always make it so that removing all plugins will get you back to where you 
started.


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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] [Created] (CB-11406) Screen Orientation - Allow lock Orientation more than one orientation

2016-06-09 Thread Jason Vertucio (JIRA)
Jason Vertucio created CB-11406:
---

 Summary: Screen Orientation - Allow lock Orientation more than one 
orientation
 Key: CB-11406
 URL: https://issues.apache.org/jira/browse/CB-11406
 Project: Apache Cordova
  Issue Type: Improvement
Reporter: Jason Vertucio


I'd like to see screen orientation allow more than one. for example, I'd like 
to to be able to do the following:

{code}
screen.lockOrientation(['portrait-primary','landscape']);
{code}



--
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] [Created] (CB-11405) Screen Orientation - Unlocking orientation leaves it in current orientation, despite device at new orientation

2016-06-09 Thread Jason Vertucio (JIRA)
Jason Vertucio created CB-11405:
---

 Summary: Screen Orientation - Unlocking orientation leaves it in 
current orientation, despite device at new orientation
 Key: CB-11405
 URL: https://issues.apache.org/jira/browse/CB-11405
 Project: Apache Cordova
  Issue Type: Bug
 Environment: iPhone 6, iPhone 6+, iOS 9.3

Reporter: Jason Vertucio


Locking the device orientation snaps the onscreen image to that orientation. 
However, it doesn't work the other way around.

*To reproduce:*
# {{screen.lockOrientation('portrait-primary');}}
# Turn phone sideways, to landscape mode
# {{screen.unlockOrientation();}}

*Expected:*
# View rotates to match new orientation

*Actual:*
# View now appears sideways, as if no rotation was registered. 



--
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-3785) Channel.prototype.subscribe to support EventListener interface

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3785:


Github user rayshan commented on the issue:

https://github.com/apache/cordova-js/pull/130
  
Rebased


> Channel.prototype.subscribe to support EventListener interface
> --
>
> Key: CB-3785
> URL: https://issues.apache.org/jira/browse/CB-3785
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaJS
>Affects Versions: 2.8.0
> Environment: All platforms
>Reporter: Nikolai Kotchetkov
>Assignee: Ray Shan
>  Labels: features, javascript, patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> As number of Cordova-specific events use monkey-patch for add/remove/fire 
> listeners it would be nice if Channel functions support EventListener 
> interface:
> - https://developer.mozilla.org/en-US/docs/Web/API/EventListener
> - http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventListener
> I assume only a small patch to Channel module is required. Here are the 
> modified functions to resolve the issue:
> {code:javascript}
> /**
>  * Subscribes the given function to the channel. Any time that
>  * Channel.fire is called so too will the function.
>  * Optionally specify an execution context for the function
>  * and a guid that can be used to stop subscribing to the channel.
>  * Returns the guid.
>  */
> Channel.prototype.subscribe = function(f, c) {
> var func;
> if (f && "object" === typeof f) {
> // EventListener interface
> func = f["handleEvent"];
> c = f;
> } else {
> // Function interface
> func = f;
> }
> // need a function to call
> forceFunction(func);
> if (this.state == 2) {
> func.apply(c || this, this.fireArgs);
> return;
> }
> var guid = f.observer_guid;
> if (typeof c == "object") { func = utils.close(c, func); }
> if (!guid) {
> // first time any channel has seen this subscriber
> guid = '' + nextGuid++;
> }
> func.observer_guid = guid;
> f.observer_guid = guid;
> // Don't add the same handler more than once.
> if (!this.handlers[guid]) {
> this.handlers[guid] = func;
> this.numHandlers++;
> if (this.numHandlers == 1) {
> this.onHasSubscribersChange && this.onHasSubscribersChange();
> }
> }
> };
> /**
>  * Unsubscribes the function with the given guid from the channel.
>  */
> Channel.prototype.unsubscribe = function(f) {
> var func;
> if (f && "object" === typeof f) {
> // EventListener interface
> func = f["handleEvent"];
> c = f;
> } else {
> // Function interface
> func = f;
> }
> // need a function to unsubscribe
> forceFunction(func);
> var guid = f.observer_guid,
> handler = this.handlers[guid];
> if (handler) {
> delete this.handlers[guid];
> this.numHandlers--;
> if (this.numHandlers === 0) {
> this.onHasSubscribersChange && this.onHasSubscribersChange();
> }
> }
> };
> {code} 



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user riknoll commented on the issue:

https://github.com/apache/cordova-lib/pull/449
  
@ktop the author name on the commit is "unknown"


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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] [Updated] (CB-11404) Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on larger iPhones

2016-06-09 Thread Spencer Elliott (JIRA)

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

Spencer Elliott updated CB-11404:
-
Description: 
When configuring a new Cordova project with cordova-ios and 
cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even on 
larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 6 
physical device).

Steps to reproduce:
{noformat}
cordova create MyApp
cd MyApp
cordova platform add ios --save
cordova plugin add cordova-plugin-splashscreen --save
mkdir res
curl 'https://placehold.it/1242x2208' -Lo res/splash.png
{noformat}

Edit config.xml to include this configuration:
{noformat}














{noformat}

Run the app on an iPhone 5s (or larger device):
{noformat}
cordova run ios --target=iPhone-5s
{noformat}

And the app will launch with black bars at the top and bottom:
!Screenshot 2016-06-09 13.46.33.png!

  was:
When configuring a new Cordova project with cordova-ios and 
cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even on 
larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 6 
physical device).

Steps to reproduce:
{noformat}
cordova create MyApp
cd MyApp
cordova platform add ios --save
cordova plugin add cordova-plugin-splashscreen --save
mkdir res
curl 'https://placehold.it/1242x2208' -Lo res/splash.png
{noformat}

Edit config.xml to include this configuration:
{noformat}














{noformat}

Run the app on an iPhone 5s (or larger device):
{noformat}
cordova run ios --target=iPhone-5s
{noformat}

And the app will launch with black bars at the top and bottom:
!Screenshot!


> Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on 
> larger iPhones
> 
>
> Key: CB-11404
> URL: https://issues.apache.org/jira/browse/CB-11404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: OS X version 10.11.5
> Xcode version 7.3.1 (7D1014)
> Cordova CLI version 6.2.0
> cordova-ios version 4.1.1
> cordova-plugin-splashscreen version 3.2.2
> Node.js version 4.4.3
>Reporter: Spencer Elliott
>  Labels: ios
> Attachments: Screenshot 2016-06-09 13.46.33.png, config.xml
>
>
> When configuring a new Cordova project with cordova-ios and 
> cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even 
> on larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 
> 6 physical device).
> Steps to reproduce:
> {noformat}
> cordova create MyApp
> cd MyApp
> cordova platform add ios --save
> cordova plugin add cordova-plugin-splashscreen --save
> mkdir res
> curl 'https://placehold.it/1242x2208' -Lo res/splash.png
> {noformat}
> Edit config.xml to include this configuration:
> {noformat}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {noformat}
> Run the app on an iPhone 5s (or larger device):
> {noformat}
> cordova run ios --target=iPhone-5s
> {noformat}
> And the app will launch with black bars at the top and bottom:
> !Screenshot 2016-06-09 13.46.33.png!



--
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] [Updated] (CB-11404) Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on larger iPhones

2016-06-09 Thread Spencer Elliott (JIRA)

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

Spencer Elliott updated CB-11404:
-
Description: 
When configuring a new Cordova project with cordova-ios and 
cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even on 
larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 6 
physical device).

Steps to reproduce:
{noformat}
cordova create MyApp
cd MyApp
cordova platform add ios --save
cordova plugin add cordova-plugin-splashscreen --save
mkdir res
curl 'https://placehold.it/1242x2208' -Lo res/splash.png
{noformat}

Edit config.xml to include this configuration:
{noformat}














{noformat}

Run the app on an iPhone 5s (or larger device):
{noformat}
cordova run ios --target=iPhone-5s
{noformat}

And the app will launch with black bars at the top and bottom:
!Screenshot!

  was:
When configuring a new Cordova project with cordova-ios and 
cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even on 
larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 6 
physical device).

Steps to reproduce:
{noformat}
cordova create MyApp
cd MyApp
cordova platform add ios --save
cordova plugin add cordova-plugin-splashscreen --save
mkdir res
curl 'https://placehold.it/1242x2208' -Lo res/splash.png
{noformat}

Edit config.xml to include this configuration:
{noformat}














{noformat}

Run the app on an iPhone 5s (or larger device):
{noformat}
cordova run ios --target=iPhone-5s
{noformat}

And the app will launch with black bars at the top and bottom:
!http://i.imgur.com/4L56fdB.png!


> Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on 
> larger iPhones
> 
>
> Key: CB-11404
> URL: https://issues.apache.org/jira/browse/CB-11404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: OS X version 10.11.5
> Xcode version 7.3.1 (7D1014)
> Cordova CLI version 6.2.0
> cordova-ios version 4.1.1
> cordova-plugin-splashscreen version 3.2.2
> Node.js version 4.4.3
>Reporter: Spencer Elliott
>  Labels: ios
> Attachments: Screenshot 2016-06-09 13.46.33.png, config.xml
>
>
> When configuring a new Cordova project with cordova-ios and 
> cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even 
> on larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 
> 6 physical device).
> Steps to reproduce:
> {noformat}
> cordova create MyApp
> cd MyApp
> cordova platform add ios --save
> cordova plugin add cordova-plugin-splashscreen --save
> mkdir res
> curl 'https://placehold.it/1242x2208' -Lo res/splash.png
> {noformat}
> Edit config.xml to include this configuration:
> {noformat}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {noformat}
> Run the app on an iPhone 5s (or larger device):
> {noformat}
> cordova run ios --target=iPhone-5s
> {noformat}
> And the app will launch with black bars at the top and bottom:
> !Screenshot!



--
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] [Updated] (CB-11404) Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on larger iPhones

2016-06-09 Thread Spencer Elliott (JIRA)

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

Spencer Elliott updated CB-11404:
-
Attachment: config.xml

> Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on 
> larger iPhones
> 
>
> Key: CB-11404
> URL: https://issues.apache.org/jira/browse/CB-11404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: OS X version 10.11.5
> Xcode version 7.3.1 (7D1014)
> Cordova CLI version 6.2.0
> cordova-ios version 4.1.1
> cordova-plugin-splashscreen version 3.2.2
> Node.js version 4.4.3
>Reporter: Spencer Elliott
>  Labels: ios
> Attachments: Screenshot 2016-06-09 13.46.33.png, config.xml
>
>
> When configuring a new Cordova project with cordova-ios and 
> cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even 
> on larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 
> 6 physical device).
> Steps to reproduce:
> {noformat}
> cordova create MyApp
> cd MyApp
> cordova platform add ios --save
> cordova plugin add cordova-plugin-splashscreen --save
> mkdir res
> curl 'https://placehold.it/1242x2208' -Lo res/splash.png
> {noformat}
> Edit config.xml to include this configuration:
> {noformat}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {noformat}
> Run the app on an iPhone 5s (or larger device):
> {noformat}
> cordova run ios --target=iPhone-5s
> {noformat}
> And the app will launch with black bars at the top and bottom:
> !http://i.imgur.com/4L56fdB.png!



--
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] [Updated] (CB-11404) Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on larger iPhones

2016-06-09 Thread Spencer Elliott (JIRA)

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

Spencer Elliott updated CB-11404:
-
Attachment: Screenshot 2016-06-09 13.46.33.png

> Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on 
> larger iPhones
> 
>
> Key: CB-11404
> URL: https://issues.apache.org/jira/browse/CB-11404
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: OS X version 10.11.5
> Xcode version 7.3.1 (7D1014)
> Cordova CLI version 6.2.0
> cordova-ios version 4.1.1
> cordova-plugin-splashscreen version 3.2.2
> Node.js version 4.4.3
>Reporter: Spencer Elliott
>  Labels: ios
> Attachments: Screenshot 2016-06-09 13.46.33.png, config.xml
>
>
> When configuring a new Cordova project with cordova-ios and 
> cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even 
> on larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 
> 6 physical device).
> Steps to reproduce:
> {noformat}
> cordova create MyApp
> cd MyApp
> cordova platform add ios --save
> cordova plugin add cordova-plugin-splashscreen --save
> mkdir res
> curl 'https://placehold.it/1242x2208' -Lo res/splash.png
> {noformat}
> Edit config.xml to include this configuration:
> {noformat}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {noformat}
> Run the app on an iPhone 5s (or larger device):
> {noformat}
> cordova run ios --target=iPhone-5s
> {noformat}
> And the app will launch with black bars at the top and bottom:
> !http://i.imgur.com/4L56fdB.png!



--
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] [Created] (CB-11404) Enabling cordova-plugin-splashscreen on iOS forces iPhone 4 resolution on larger iPhones

2016-06-09 Thread Spencer Elliott (JIRA)
Spencer Elliott created CB-11404:


 Summary: Enabling cordova-plugin-splashscreen on iOS forces iPhone 
4 resolution on larger iPhones
 Key: CB-11404
 URL: https://issues.apache.org/jira/browse/CB-11404
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Affects Versions: 3.2.0
 Environment: OS X version 10.11.5
Xcode version 7.3.1 (7D1014)
Cordova CLI version 6.2.0
cordova-ios version 4.1.1
cordova-plugin-splashscreen version 3.2.2
Node.js version 4.4.3
Reporter: Spencer Elliott


When configuring a new Cordova project with cordova-ios and 
cordova-plugin-splashscreen, the app launches with iPhone 4 resolution, even on 
larger iPhones (tested iPhone 5s simulator, iPhone 6 simulator, and iPhone 6 
physical device).

Steps to reproduce:
{noformat}
cordova create MyApp
cd MyApp
cordova platform add ios --save
cordova plugin add cordova-plugin-splashscreen --save
mkdir res
curl 'https://placehold.it/1242x2208' -Lo res/splash.png
{noformat}

Edit config.xml to include this configuration:
{noformat}














{noformat}

Run the app on an iPhone 5s (or larger device):
{noformat}
cordova run ios --target=iPhone-5s
{noformat}

And the app will launch with black bars at the top and bottom:
!http://i.imgur.com/4L56fdB.png!



--
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-11383) Gradle needs to be updated with modern plugin name and JCenter

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11383:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/309


> Gradle needs to be updated with modern plugin name and JCenter
> --
>
> Key: CB-11383
> URL: https://issues.apache.org/jira/browse/CB-11383
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>  Labels: Android
>
> Setting all repositories by default to JCenter



--
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-11383) Gradle needs to be updated with modern plugin name and JCenter

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11383:
-

Github user infil00p commented on the issue:

https://github.com/apache/cordova-android/pull/309
  
OK, Looks good, I'm going to merge this.


> Gradle needs to be updated with modern plugin name and JCenter
> --
>
> Key: CB-11383
> URL: https://issues.apache.org/jira/browse/CB-11383
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>  Labels: Android
>
> Setting all repositories by default to JCenter



--
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-11383) Gradle needs to be updated with modern plugin name and JCenter

2016-06-09 Thread ASF subversion and git services (JIRA)

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

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

Commit db4d1f57682224476e270d42f654321b82990dd0 in cordova-android's branch 
refs/heads/master from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=db4d1f5 ]

CB-11383: Update to gradle for using jcenter and correct Application plugin


> Gradle needs to be updated with modern plugin name and JCenter
> --
>
> Key: CB-11383
> URL: https://issues.apache.org/jira/browse/CB-11383
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>  Labels: Android
>
> Setting all repositories by default to JCenter



--
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-11023) plugin.xml should be able to add attribute to an existing element in AndroidManifest.xml

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11023:
-

Github user riknoll commented on a diff in the pull request:

https://github.com/apache/cordova-lib/pull/449#discussion_r66486389
  
--- Diff: cordova-common/src/ConfigChanges/ConfigChanges.js ---
@@ -125,12 +128,32 @@ function remove_plugin_changes(pluginInfo, 
is_top_level) {
 
 
 PlatformMunger.prototype.add_plugin_changes = add_plugin_changes;
-function add_plugin_changes(pluginInfo, plugin_vars, is_top_level, 
should_increment) {
+function add_plugin_changes(pluginInfo, plugin_vars, is_top_level, 
should_increment, plugin_force) {
 var self = this;
 var platform_config = self.platformJson.root;
+var editConfigChanges = pluginInfo.getEditConfigs(self.platform);
+var config_munge;
 
-// get config munge, aka how should this plugin change various config 
files
-var config_munge = self.generate_plugin_config_munge(pluginInfo, 
plugin_vars);
+if (!editConfigChanges || editConfigChanges.length === 0) {
+// get config munge, aka how should this plugin change various 
config files
+config_munge = self.generate_plugin_config_munge(pluginInfo, 
plugin_vars);
+}
+else if (plugin_force) {
+CordovaLogger.get().log(CordovaLogger.WARN, '--force is used. 
edit-config will overwrite any conflicts');
--- End diff --

I would add "conflicting plugins may not work as expected" to the end of 
this warning (or something to that effect)


> plugin.xml should be able to add attribute to an existing element in 
> AndroidManifest.xml
> 
>
> Key: CB-11023
> URL: https://issues.apache.org/jira/browse/CB-11023
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI, Plugman
>Reporter: Carlos Santana
>
> We have a need for a plugin we develop to add the attribute android:name to 
> the  element to be able to point to a Class that tracks app 
> sessions for analytics.
> plugin.xml only support via  only to add elements to 
> AndroidManfist.xml this request is to add an enhancement to also handle 
> adding an attribute to an existing element.



--
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-11391) cordova-plugin-whitelist Android does not pass sonarqube scan

2016-06-09 Thread ASF subversion and git services (JIRA)

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

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

Commit ab36e6d19b3e1d6b6e24562cdb43980ef9d02df6 in cordova-plugin-whitelist's 
branch refs/heads/master from [~rclose]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-whitelist.git;h=ab36e6d
 ]

CB-11391 Revert c2c0072 android: Does not pass sonarqube scan

Originaly was trying to correct this sonarqube complaint:
"Correctness - Suspicious reference comparison of Boolean values"

I failed to notice that the condition can be one of three states:
true, false, or null.

The original code was valid. Undoing my change.

This closes #21


> cordova-plugin-whitelist Android does not pass sonarqube scan
> -
>
> Key: CB-11391
> URL: https://issues.apache.org/jira/browse/CB-11391
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Whitelist
>Affects Versions: Master
> Environment: Android
>Reporter: Rob Close
>Priority: Minor
> Fix For: Master
>
>
> The Android whitelist plugin does not pass sonarqube 
> (http://www.sonarqube.org/) scan.
> The problem is "Correctness - Suspicious reference comparison of Boolean 
> values", which sonarqube considers major.



--
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-11391) cordova-plugin-whitelist Android does not pass sonarqube scan

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11391:
-

Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-whitelist/pull/21


> cordova-plugin-whitelist Android does not pass sonarqube scan
> -
>
> Key: CB-11391
> URL: https://issues.apache.org/jira/browse/CB-11391
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Whitelist
>Affects Versions: Master
> Environment: Android
>Reporter: Rob Close
>Priority: Minor
> Fix For: Master
>
>
> The Android whitelist plugin does not pass sonarqube 
> (http://www.sonarqube.org/) scan.
> The problem is "Correctness - Suspicious reference comparison of Boolean 
> values", which sonarqube considers major.



--
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-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

2016-06-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-globalization/pull/49

Add badges for paramedic builds on Jenkins



### Platforms affected
None

### What does this PR do?
This PR adds badges for paramedic-based builds on Jenkins

### What testing has been done on this change?


### Checklist
- [X] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to secret...@apache.org.
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.



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

$ git pull https://github.com/vladimir-kotikov/cordova-plugin-globalization 
jenkins_badges

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

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


commit 2b324117ab31f4b985e2520bbf705d3577bc59af
Author: Vladimir Kotikov 
Date:   2016-06-09T14:04:00Z

Add badges for paramedic builds on Jenkins




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry, CLI
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
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] [Comment Edited] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova edited comment on CB-11403 at 6/9/16 11:06 AM:


I have tried reinstalling all plugins with --save flag and updating ios-deploy 
version (I have also updated some of plugins during reinstallation). As a 
result it runs fine from cordova CLI on actual Device (iPhone 5s) without 
Internet but still hangs on Simulator. I'm attaching the config.xml.


was (Author: annarchy):
I have tried reinstalling all plugins with --save flag and updating ios-deploy 
version (I have also updated some of plugins during reinstallation). As a 
result it runs fine from cordova CLI on actual Device (iPhone 5s) without 
Internet but still hangs on Simulator. I' attaching the config.xml.

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
> Attachments: config.xml
>
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 

[jira] [Issue Comment Deleted] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova updated CB-11403:
--
Comment: was deleted

(was: A comment with security level 'jira-users' was removed.)

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
> Attachments: config.xml
>
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
> Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
> CoreMedia permissions from 7879: (null)
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 

[jira] [Updated] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova updated CB-11403:
--
Attachment: (was: config.xml)

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
> Attachments: config.xml
>
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
> Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
> CoreMedia permissions from 7879: (null)
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 

[jira] [Updated] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova updated CB-11403:
--
Attachment: config.xml

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
> Attachments: config.xml, config.xml
>
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
> Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
> CoreMedia permissions from 7879: (null)
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message 

[jira] [Updated] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova updated CB-11403:
--
Attachment: config.xml

root config.xml

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
> Attachments: config.xml
>
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
> Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
> CoreMedia permissions from 7879: (null)
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message 

[jira] [Commented] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova commented on CB-11403:
---

I have tried reinstalling all plugins with --save flag and updating ios-deploy 
version (I have also updated some of plugins during reinstallation). As a 
result it runs fine from cordova CLI on actual Device (iPhone 5s) without 
Internet but still hangs on Simulator. I' attaching the config.xml.

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
> Jun  9 12:20:45 ANNARCHY 

[jira] [Commented] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11403:
---

There's no point in sending us the config.xml if you didn't save them with the 
"--save" flag. Re-add them using the save flag, and "attach" it (don't paste it 
in). We only care about the root config.xml.

Upgrade your ios-deploy to 1.8.6, and try again. 1.8.6 fixed a hanging issue: 
https://github.com/phonegap/ios-deploy/releases/tag/1.8.6

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear 

[jira] [Comment Edited] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova edited comment on CB-11403 at 6/9/16 10:16 AM:


It's also reproducible with "cordova run ios".

ios-deploy version is 1.8.3

iOS Simulator version - 9.3,
OS X version El Capitan 10.11.5.

I installed plugins without --save flag.

My config.xml content:

(The global one):


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;
version="4.5.1"
android-versionCode="40501"
ios-CFBundleVersion="40501">
MyApp

MyApp

https://www.MyApp.uk/;>
MyApp
















The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































In platforms/ios folder:


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;>




















https://m.facebook.com; />
https://graph.facebook.com; />
https://api.facebook.com; />
https://*.fbcdn.net; />
https://*.akamaihd.net; />





































































MyApp

MyApp

https://www.MyApp.uk/;>
MyApp




The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































These are my logs with Internet turned on upon startup:

Jun  9 12:52:45 ANNARCHY MyApp[10230]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Using UIWebView
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][handleopenurl] 0.101984ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][intentandnavigationfilter] 
1.644015ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][gesturehandler] 0.069022ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Init FacebookConnect Session
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][facebookconnectplugin] 
2.571046ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][file] 1.951993ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][splashscreen] 16.647995ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][statusbar] 7.189989ms
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:45 --- last message repeated 4 times ---
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][socialsharing] 11.453032ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 1.003027ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 0.012994ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][helpshiftplugin] 0.096023ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][keyboard] 0.56ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][TotalPluginStartup] 
45.638025ms
Jun  9 12:52:45 

[jira] [Comment Edited] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova edited comment on CB-11403 at 6/9/16 10:00 AM:


It's also reproducible with "cordova run ios".

ios-deploy version is 1.8.3

I installed plugins without --save flag.

My config.xml content:

(The global one):


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;
version="4.5.1"
android-versionCode="40501"
ios-CFBundleVersion="40501">
MyApp

MyApp

https://www.MyApp.uk/;>
MyApp
















The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































In platforms/ios folder:


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;>




















https://m.facebook.com; />
https://graph.facebook.com; />
https://api.facebook.com; />
https://*.fbcdn.net; />
https://*.akamaihd.net; />





































































MyApp

MyApp

https://www.MyApp.uk/;>
MyApp




The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































These are my logs with Internet turned on upon startup:

Jun  9 12:52:45 ANNARCHY MyApp[10230]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Using UIWebView
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][handleopenurl] 0.101984ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][intentandnavigationfilter] 
1.644015ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][gesturehandler] 0.069022ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Init FacebookConnect Session
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][facebookconnectplugin] 
2.571046ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][file] 1.951993ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][splashscreen] 16.647995ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][statusbar] 7.189989ms
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:45 --- last message repeated 4 times ---
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][socialsharing] 11.453032ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 1.003027ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 0.012994ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][helpshiftplugin] 0.096023ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][keyboard] 0.56ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][TotalPluginStartup] 
45.638025ms
Jun  9 12:52:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 

[jira] [Comment Edited] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova edited comment on CB-11403 at 6/9/16 9:59 AM:
---

It's also reproducible with "cordova run ios".

ios-deploy version is 1.8.3

I installed plugins without --save flag.

My config.xml content:

(The global one):


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;
version="4.5.1"
android-versionCode="40501"
ios-CFBundleVersion="40501">
MyApp

MyApp

https://www.MyApp.uk/;>
MyApp
















The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































In platforms/ios folder:


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;>




















https://m.facebook.com; />
https://graph.facebook.com; />
https://api.facebook.com; />
https://*.fbcdn.net; />
https://*.akamaihd.net; />





































































MyApp

MyApp

https://www.MyApp.uk/;>
MyApp




The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































These are my logs with Internet turned on upon startup:

Jun  9 12:52:45 ANNARCHY MyApp[10230]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Using UIWebView
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][handleopenurl] 0.101984ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][intentandnavigationfilter] 
1.644015ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][gesturehandler] 0.069022ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Init FacebookConnect Session
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][facebookconnectplugin] 
2.571046ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][file] 1.951993ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][splashscreen] 16.647995ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][statusbar] 7.189989ms
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:45 --- last message repeated 4 times ---
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][socialsharing] 11.453032ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 1.003027ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 0.012994ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][helpshiftplugin] 0.096023ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][keyboard] 0.56ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][TotalPluginStartup] 
45.638025ms
Jun  9 12:52:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 

[jira] [Commented] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova commented on CB-11403:
---

It's also reproducible with "cordova run ios".

ios-deploy version is 1.8.3

I installed plugins without --save flag.

My config.xml content:

(The global one):


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;
version="4.5.1"
android-versionCode="40501"
ios-CFBundleVersion="40501">
MyApp

MyApp

https://www.MyApp.uk/;>
MyApp
















The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































In platforms/ios folder:


http://www.w3.org/ns/widgets; 
xmlns:cdv="http://cordova.apache.org/ns/1.0;>




















https://m.facebook.com; />
https://graph.facebook.com; />
https://api.facebook.com; />
https://*.fbcdn.net; />
https://*.akamaihd.net; />





































































MyApp

MyApp

https://www.MyApp.uk/;>
MyApp




The MyApp app uses your location to track your 
activities



UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown




UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight




























































These are my logs with Internet turned on upon startup:

Jun  9 12:52:45 ANNARCHY MyApp[10230]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Using UIWebView
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][handleopenurl] 0.101984ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][intentandnavigationfilter] 
1.644015ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][gesturehandler] 0.069022ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: Init FacebookConnect Session
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][facebookconnectplugin] 
2.571046ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][file] 1.951993ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][splashscreen] 16.647995ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][statusbar] 7.189989ms
Jun  9 12:52:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:52:45 --- last message repeated 4 times ---
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][socialsharing] 11.453032ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 1.003027ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][localnotification] 0.012994ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][helpshiftplugin] 0.096023ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][keyboard] 0.56ms
Jun  9 12:52:45 ANNARCHY MyApp[10230]: [CDVTimer][TotalPluginStartup] 
45.638025ms
Jun  9 12:52:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
CoreMedia permissions from 10230: (null)
Jun  9 

[jira] [Commented] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-11403:
---

Test with the cordova cli please (not ionic) and see if you see the same 
results.

Specify the version of ios-deploy you used as well: 
{code}
ios-deploy --version
{code}

Did you add your plugins using the "--save" flag? If not, please do so and 
attach your config.xml so we can replicate your plugin environment easily.

Do those "assertion failed" messages appear on a successful (Internet 
connection available) launch?

> App stuck on splash screen when no Internet connection upon launch
> --
>
> Key: CB-11403
> URL: https://issues.apache.org/jira/browse/CB-11403
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: iOS
>Reporter: Anna Pohorielova
>Assignee: Shazron Abdullah
>  Labels: build
>
> Hey,
> When starting app on simulator and device via "ionic run ios" and turning off 
> Internet before app start, the application hangs on splashscreen and never 
> continues loading. With Internet turned on everything starts as expected. 
> Starting app via XCode on device without Internet works fine (everything as 
> expected).
> I'm using 
> {code}
> iOS platform: 4.1.1, 
> Cordova: CLI 6.2.0
> Ionic CLI: 1.7.15
> Ionic Lib: 1.3.1
> {code}
> List of installed plugins:
> {code}
> com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
> com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
> com.transistorsoft.cordova.background-geolocation 1.5.1 
> "BackgroundGeolocation"
> cordova-plugin-app-event 1.2.0 "Application Events"
> cordova-plugin-app-version 0.1.8 "AppVersion"
> cordova-plugin-backbutton 0.3.0 "Backbutton"
> cordova-plugin-console 1.0.1 "Console"
> cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
> cordova-plugin-device 1.0.1 "Device"
> cordova-plugin-dialogs 1.2.1 "Notification"
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-geolocation 1.0.2-dev "Geolocation"
> cordova-plugin-globalization 1.0.1 "Globalization"
> cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
> cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
> cordova-plugin-network-information 1.0.1 "Network Information"
> cordova-plugin-splashscreen 3.2.2 "Splashscreen"
> cordova-plugin-statusbar 1.0.1 "StatusBar"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
> cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
> cordova.plugins.diagnostic 2.3.10 "Diagnostic"
> de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
> helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
> ionic-plugin-keyboard 2.2.0 "Keyboard"
> phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
> phonegap-plugin-push 1.7.0 "PushPlugin"
> {code}
> My device logs are (simulator):
> {code}
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
> 4.1.1 is starting.
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
> 1.505971ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
> 3.219962ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 --- last message repeated 3 times ---
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
> Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
> assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 
> 46.465993ms
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
> Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
> Jun  9 12:20:45 ANNARCHY 

[jira] [Updated] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11403:
--
Description: 
Hey,

When starting app on simulator and device via "ionic run ios" and turning off 
Internet before app start, the application hangs on splashscreen and never 
continues loading. With Internet turned on everything starts as expected. 
Starting app via XCode on device without Internet works fine (everything as 
expected).

I'm using 
{code}
iOS platform: 4.1.1, 
Cordova: CLI 6.2.0
Ionic CLI: 1.7.15
Ionic Lib: 1.3.1
{code}
List of installed plugins:

com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
com.transistorsoft.cordova.background-geolocation 1.5.1 "BackgroundGeolocation"
cordova-plugin-app-event 1.2.0 "Application Events"
cordova-plugin-app-version 0.1.8 "AppVersion"
cordova-plugin-backbutton 0.3.0 "Backbutton"
cordova-plugin-console 1.0.1 "Console"
cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
cordova-plugin-device 1.0.1 "Device"
cordova-plugin-dialogs 1.2.1 "Notification"
cordova-plugin-file 3.0.0 "File"
cordova-plugin-geolocation 1.0.2-dev "Geolocation"
cordova-plugin-globalization 1.0.1 "Globalization"
cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
cordova-plugin-network-information 1.0.1 "Network Information"
cordova-plugin-splashscreen 3.2.2 "Splashscreen"
cordova-plugin-statusbar 1.0.1 "StatusBar"
cordova-plugin-whitelist 1.2.1 "Whitelist"
cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
cordova.plugins.diagnostic 2.3.10 "Diagnostic"
de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
ionic-plugin-keyboard 2.2.0 "Keyboard"
phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
phonegap-plugin-push 1.7.0 "PushPlugin"

My device logs are (simulator):
{code}
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
1.505971ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
3.219962ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 3 times ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 46.465993ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
CoreMedia permissions from 7879: (null)
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 1 time ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: (Error) MC: MobileContainerManager gave 
us a path we weren't expecting; file a radar against them
Expected: 
/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Actual: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Overriding MCM with the one true path
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Resetting plugins due to page load.
Jun  9 12:20:46 

[jira] [Updated] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11403:
--
Description: 
Hey,

When starting app on simulator and device via "ionic run ios" and turning off 
Internet before app start, the application hangs on splashscreen and never 
continues loading. With Internet turned on everything starts as expected. 
Starting app via XCode on device without Internet works fine (everything as 
expected).

I'm using 
{code}
iOS platform: 4.1.1, 
Cordova: CLI 6.2.0
Ionic CLI: 1.7.15
Ionic Lib: 1.3.1
{code}

List of installed plugins:
{code}
com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
com.transistorsoft.cordova.background-geolocation 1.5.1 "BackgroundGeolocation"
cordova-plugin-app-event 1.2.0 "Application Events"
cordova-plugin-app-version 0.1.8 "AppVersion"
cordova-plugin-backbutton 0.3.0 "Backbutton"
cordova-plugin-console 1.0.1 "Console"
cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
cordova-plugin-device 1.0.1 "Device"
cordova-plugin-dialogs 1.2.1 "Notification"
cordova-plugin-file 3.0.0 "File"
cordova-plugin-geolocation 1.0.2-dev "Geolocation"
cordova-plugin-globalization 1.0.1 "Globalization"
cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
cordova-plugin-network-information 1.0.1 "Network Information"
cordova-plugin-splashscreen 3.2.2 "Splashscreen"
cordova-plugin-statusbar 1.0.1 "StatusBar"
cordova-plugin-whitelist 1.2.1 "Whitelist"
cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
cordova.plugins.diagnostic 2.3.10 "Diagnostic"
de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
ionic-plugin-keyboard 2.2.0 "Keyboard"
phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
phonegap-plugin-push 1.7.0 "PushPlugin"
{code}

My device logs are (simulator):
{code}
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
1.505971ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
3.219962ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 3 times ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 46.465993ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
CoreMedia permissions from 7879: (null)
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 1 time ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: (Error) MC: MobileContainerManager gave 
us a path we weren't expecting; file a radar against them
Expected: 
/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Actual: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Overriding MCM with the one true path
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Resetting plugins due to page load.
Jun  9 

[jira] [Updated] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)

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

Anna Pohorielova updated CB-11403:
--
Description: 
Hey,

When starting app on simulator and device via "ionic run ios" and turning off 
Internet before app start, the application hangs on splashscreen and never 
continues loading. With Internet turned on everything starts as expected. 
Starting app via XCode on device without Internet works fine (everything as 
expected).

I'm using 
iOS platform: 4.1.1, 
Cordova: CLI 6.2.0
Ionic CLI: 1.7.15
Ionic Lib: 1.3.1

List of installed plugins:

com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
com.transistorsoft.cordova.background-geolocation 1.5.1 "BackgroundGeolocation"
cordova-plugin-app-event 1.2.0 "Application Events"
cordova-plugin-app-version 0.1.8 "AppVersion"
cordova-plugin-backbutton 0.3.0 "Backbutton"
cordova-plugin-console 1.0.1 "Console"
cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
cordova-plugin-device 1.0.1 "Device"
cordova-plugin-dialogs 1.2.1 "Notification"
cordova-plugin-file 3.0.0 "File"
cordova-plugin-geolocation 1.0.2-dev "Geolocation"
cordova-plugin-globalization 1.0.1 "Globalization"
cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
cordova-plugin-network-information 1.0.1 "Network Information"
cordova-plugin-splashscreen 3.2.2 "Splashscreen"
cordova-plugin-statusbar 1.0.1 "StatusBar"
cordova-plugin-whitelist 1.2.1 "Whitelist"
cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
cordova.plugins.diagnostic 2.3.10 "Diagnostic"
de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
ionic-plugin-keyboard 2.2.0 "Keyboard"
phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
phonegap-plugin-push 1.7.0 "PushPlugin"

My device logs are (simulator):

Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
1.505971ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
3.219962ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][file] 2.680957ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][splashscreen] 11.851013ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 3 times ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 46.465993ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
CoreMedia permissions from 7879: (null)
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 1 time ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: (Error) MC: MobileContainerManager gave 
us a path we weren't expecting; file a radar against them
Expected: 
/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Actual: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Overriding MCM with the one true path
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Resetting plugins due to page load.
Jun  9 12:20:46 ANNARCHY 

[jira] [Created] (CB-11403) App stuck on splash screen when no Internet connection upon launch

2016-06-09 Thread Anna Pohorielova (JIRA)
Anna Pohorielova created CB-11403:
-

 Summary: App stuck on splash screen when no Internet connection 
upon launch
 Key: CB-11403
 URL: https://issues.apache.org/jira/browse/CB-11403
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 6.2.0
 Environment: iOS
Reporter: Anna Pohorielova
Assignee: Shazron Abdullah


Hey,

When starting app on simulator and device via "ionic run ios" and turning off 
Internet before app start, the application hangs on splashscreen and never 
continues loading. With Internet turned on everything starts as expected. 
Starting app via XCode on device without Internet works fine (everything as 
expected).

I'm using 
iOS platform: 4.1.1, 
Cordova: CLI 6.2.0
Ionic CLI: 1.7.15
Ionic Lib: 1.3.1

List of installed plugins:

com.googlemaps.ios 1.11.1 "Google Map iOS SDK for Cordova"
com.phonegap.plugins.facebookconnect 1.0.1.1 "Facebook"
com.transistorsoft.cordova.background-geolocation 1.5.1 "BackgroundGeolocation"
cordova-plugin-app-event 1.2.0 "Application Events"
cordova-plugin-app-version 0.1.8 "AppVersion"
cordova-plugin-backbutton 0.3.0 "Backbutton"
cordova-plugin-console 1.0.1 "Console"
cordova-plugin-crosswalk-webview 1.6.1 "Crosswalk WebView Engine"
cordova-plugin-device 1.0.1 "Device"
cordova-plugin-dialogs 1.2.1 "Notification"
cordova-plugin-file 3.0.0 "File"
cordova-plugin-geolocation 1.0.2-dev "Geolocation"
cordova-plugin-globalization 1.0.1 "Globalization"
cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
cordova-plugin-network-information 1.0.1 "Network Information"
cordova-plugin-splashscreen 3.2.2 "Splashscreen"
cordova-plugin-statusbar 1.0.1 "StatusBar"
cordova-plugin-whitelist 1.2.1 "Whitelist"
cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"
cordova-sqlite-storage 0.7.15-dev "Cordova sqlite storage plugin"
cordova.plugins.diagnostic 2.3.10 "Diagnostic"
de.appplant.cordova.plugin.local-notification 0.8.4 "LocalNotification"
helpshift-support-plugin 1.0 "Helpshift Plugin for Phonegap"
ionic-plugin-keyboard 2.2.0 "Keyboard"
phonegap-plugin-barcodescanner 4.1.0 "BarcodeScanner"
phonegap-plugin-push 1.7.0 "PushPlugin"

My device logs are (simulator):

Jun  9 12:20:45 ANNARCHY MyApp[7879]: Apache Cordova native platform version 
4.1.1 is starting.
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Multi-tasking -> Device: YES, App: YES
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Using UIWebView
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][handleopenurl] 0.106990ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][intentandnavigationfilter] 
1.505971ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][gesturehandler] 0.086963ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: Init FacebookConnect Session
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][facebookconnectplugin] 
3.219962ms
Jun  9 12:20:45 ANNARCHY BetterPoints[7879]: [CDVTimer][file] 2.680957ms
Jun  9 12:20:45 ANNARCHY BetterPoints[7879]: [CDVTimer][splashscreen] 
11.851013ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][statusbar] 8.347034ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 3 times ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][socialsharing] 13.318002ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 1.147985ms
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][localnotification] 0.014961ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][helpshiftplugin] 0.150025ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][keyboard] 0.940979ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: [CDVTimer][TotalPluginStartup] 46.465993ms
Jun  9 12:20:45 ANNARCHY MyApp[7879]: createNotificationChecker
Jun  9 12:20:45 ANNARCHY MyApp[7879]: not coldstart
Jun  9 12:20:45 ANNARCHY MyApp[7879]: active
Jun  9 12:20:45 ANNARCHY MyApp[7879]: PushPlugin skip clear badge
Jun  9 12:20:45 ANNARCHY MailCompositionService[6246]: Failed to inherit 
CoreMedia permissions from 7879: (null)
Jun  9 12:20:45 ANNARCHY assertiond[6183]: assertion failed: 15F34 13E230: 
assertiond + 15801 [3C808658-78EC-3950-A264-79A64E0E463B]: 0x1
Jun  9 12:20:45 --- last message repeated 1 time ---
Jun  9 12:20:45 ANNARCHY MyApp[7879]: (Error) MC: MobileContainerManager gave 
us a path we weren't expecting; file a radar against them
Expected: 
/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
Actual: 
/Users/AnnaPohorielova/Library/Developer/CoreSimulator/Devices/CBD0F1F5-0C3F-409A-A551-62BA8B8803AE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

[jira] [Updated] (CB-11402) codova android inapp browser with _blank option is giving cross origin requests are only supported for protocol schemes

2016-06-09 Thread Venkatesh (JIRA)

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

Venkatesh updated CB-11402:
---
Description: 
http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests

I have added the cordova-whitelist plugin and added CSP meta tag as well

  
was:http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests


> codova android inapp browser with _blank option is giving cross origin 
> requests are only supported for protocol schemes
> ---
>
> Key: CB-11402
> URL: https://issues.apache.org/jira/browse/CB-11402
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: andriod 5.1.1
>Reporter: Venkatesh
>
> http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests
> I have added the cordova-whitelist plugin and added CSP meta tag as well



--
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] [Updated] (CB-11402) codova android inapp browser with _blank option is giving cross origin requests are only supported for protocol schemes

2016-06-09 Thread Venkatesh (JIRA)

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

Venkatesh updated CB-11402:
---
Priority: Blocker  (was: Major)

> codova android inapp browser with _blank option is giving cross origin 
> requests are only supported for protocol schemes
> ---
>
> Key: CB-11402
> URL: https://issues.apache.org/jira/browse/CB-11402
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: andriod 5.1.1
>Reporter: Venkatesh
>Priority: Blocker
>
> http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests
> I have added the cordova-whitelist plugin and added CSP meta tag as well



--
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] [Updated] (CB-11402) codova android inapp browser with _blank option is giving cross origin requests are only supported for protocol schemes

2016-06-09 Thread Venkatesh (JIRA)

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

Venkatesh updated CB-11402:
---
Description: 
http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests

> codova android inapp browser with _blank option is giving cross origin 
> requests are only supported for protocol schemes
> ---
>
> Key: CB-11402
> URL: https://issues.apache.org/jira/browse/CB-11402
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
> Environment: andriod 5.1.1
>Reporter: Venkatesh
>
> http://stackoverflow.com/questions/37687702/codova-android-inapp-browser-with-blank-option-is-giving-cross-origin-requests



--
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] [Created] (CB-11402) codova android inapp browser with _blank option is giving cross origin requests are only supported for protocol schemes

2016-06-09 Thread Venkatesh (JIRA)
Venkatesh created CB-11402:
--

 Summary: codova android inapp browser with _blank option is giving 
cross origin requests are only supported for protocol schemes
 Key: CB-11402
 URL: https://issues.apache.org/jira/browse/CB-11402
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
 Environment: andriod 5.1.1
Reporter: Venkatesh






--
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-9888) WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-9888:
--

Shouldn't be a problem -- but let's try that hypothesis with the new patch

> WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view
> ---
>
> Key: CB-9888
> URL: https://issues.apache.org/jira/browse/CB-9888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Affects Versions: 4.0.0
> Environment: iphone 5, ios9.1
>Reporter: Jan Pittner
>
>  Occasionally the entire web view is cleared. White screen. Plugins and other 
> components remain unaffected. Observed when playing background audio (via 
> CDVSound), going to background, and running other apps. Audio continues 
> uninterrupted, but bringing the app to foreground reveals white screen.
> It appears to be related to an issue with the XPC connection being lost 
> between the app and the wkwebview (log in XCode mentioned the XPC connection 
> being interrupted). (see also: 
> http://stackoverflow.com/questions/25854143/wkwebview-intermittent-blank-screen-issue
>  )
> The plugin should detect if the WKWebView has reset and reload the app. 



--
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-9888) WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view

2016-06-09 Thread craig mcmillan (JIRA)

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

craig mcmillan commented on CB-9888:


will do

one thing i forgot though - the original approach i took avoided sending the js 
"resume"  event when the app gets reloaded (based on the BOOL return from the 
additional `reloadIfRequired` method), since it's effectively a restart

an observer of UIApplicationWillEnterForegroundNotification would not be able 
to do that - will that be a problem, or will the js "resume" disappear into the 
void since the WkWebView has no live content process ?

> WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view
> ---
>
> Key: CB-9888
> URL: https://issues.apache.org/jira/browse/CB-9888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Affects Versions: 4.0.0
> Environment: iphone 5, ios9.1
>Reporter: Jan Pittner
>
>  Occasionally the entire web view is cleared. White screen. Plugins and other 
> components remain unaffected. Observed when playing background audio (via 
> CDVSound), going to background, and running other apps. Audio continues 
> uninterrupted, but bringing the app to foreground reveals white screen.
> It appears to be related to an issue with the XPC connection being lost 
> between the app and the wkwebview (log in XCode mentioned the XPC connection 
> being interrupted). (see also: 
> http://stackoverflow.com/questions/25854143/wkwebview-intermittent-blank-screen-issue
>  )
> The plugin should detect if the WKWebView has reset and reload the app. 



--
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-9888) WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-9888:
--

Great! If you want to send a pull request, that will be great as well 

> WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view
> ---
>
> Key: CB-9888
> URL: https://issues.apache.org/jira/browse/CB-9888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Affects Versions: 4.0.0
> Environment: iphone 5, ios9.1
>Reporter: Jan Pittner
>
>  Occasionally the entire web view is cleared. White screen. Plugins and other 
> components remain unaffected. Observed when playing background audio (via 
> CDVSound), going to background, and running other apps. Audio continues 
> uninterrupted, but bringing the app to foreground reveals white screen.
> It appears to be related to an issue with the XPC connection being lost 
> between the app and the wkwebview (log in XCode mentioned the XPC connection 
> being interrupted). (see also: 
> http://stackoverflow.com/questions/25854143/wkwebview-intermittent-blank-screen-issue
>  )
> The plugin should detect if the WKWebView has reset and reload the app. 



--
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] [Updated] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-09 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-11401:
--
   Assignee: Shazron Abdullah
Component/s: (was: CLI)
 iOS

> iOS platform build/run fails if app display name contains unicode characters.
> -
>
> Key: CB-11401
> URL: https://issues.apache.org/jira/browse/CB-11401
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.2.0
> Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
> 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
> Cordova 6.2.0
> cordova-ios 4.1.1
>Reporter: Yuuki Tada
>Assignee: Shazron Abdullah
>  Labels: cli, cordova-ios-4.1.1, ios
>
> Steps to reproduce:
> # cordova create hello io.cordova.hellocordova إثرا
> # cd hello
> # cordova platform add ios
> # cordova run ios
> run fails with following error:
> {code}
> xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target 
> named 'اثرا'.
> {code}
> Similar issue:
> {code}
> https://issues.apache.org/jira/browse/CB-6992
> {code}



--
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-9888) WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view

2016-06-09 Thread craig mcmillan (JIRA)

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

craig mcmillan commented on CB-9888:


your approach is much better :)

i'll update my CDVWKWebViewEngine patch

> WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view
> ---
>
> Key: CB-9888
> URL: https://issues.apache.org/jira/browse/CB-9888
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Affects Versions: 4.0.0
> Environment: iphone 5, ios9.1
>Reporter: Jan Pittner
>
>  Occasionally the entire web view is cleared. White screen. Plugins and other 
> components remain unaffected. Observed when playing background audio (via 
> CDVSound), going to background, and running other apps. Audio continues 
> uninterrupted, but bringing the app to foreground reveals white screen.
> It appears to be related to an issue with the XPC connection being lost 
> between the app and the wkwebview (log in XCode mentioned the XPC connection 
> being interrupted). (see also: 
> http://stackoverflow.com/questions/25854143/wkwebview-intermittent-blank-screen-issue
>  )
> The plugin should detect if the WKWebView has reset and reload the app. 



--
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] [Created] (CB-11401) iOS platform build/run fails if app display name contains unicode characters.

2016-06-09 Thread Yuuki Tada (JIRA)
Yuuki Tada created CB-11401:
---

 Summary: iOS platform build/run fails if app display name contains 
unicode characters.
 Key: CB-11401
 URL: https://issues.apache.org/jira/browse/CB-11401
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 6.2.0
 Environment: Darwin 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 
22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
Cordova 6.2.0
cordova-ios 4.1.1
Reporter: Yuuki Tada


Steps to reproduce:
# cordova create hello io.cordova.hellocordova إثرا
# cd hello
# cordova platform add ios
# cordova run ios

run fails with following error:
{code}
xcodebuild: error: The project 'اثرا.xcodeproj' does not contain a target named 
'اثرا'.
{code}

Similar issue:
{code}
https://issues.apache.org/jira/browse/CB-6992
{code}



--
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-9949) Menu button event not fired in Android

2016-06-09 Thread Antoine ORY-LAMBALLE (JIRA)

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

Antoine ORY-LAMBALLE commented on CB-9949:
--

My understanding of this paragraph is a bit different. While they discourage to 
put the menu in the center of the UI design (some users won't have the menu 
button on the device), they are not deprecating the option menu. It still has a 
role: "actions that have a global impact on the app". And they don't deprecate 
either the button (only reminding it is not a requirement any more for devices).

In my opinion, if there is still a menu, the button to open it still make 
sense. My previous device has it by default, my current give the choice between 
menu button (my choice) and list opened apps. Then, it is up  to the app to 
support it or not. Cordova's decision to explicitly refuse to support it is 
questionable.

Ex: Chrome, Wechat, Xiaomi's default apps support the menu button.

> Menu button event not fired in Android
> --
>
> Key: CB-9949
> URL: https://issues.apache.org/jira/browse/CB-9949
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 5.3.2
>Reporter: Keith Wong
>Assignee: Joe Bowser
> Attachments: cordova-android.patch
>
>
> The menu button event handler is not called when the menu button is pressed



--
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-11326) use navigator.app.loadUrl got uncaught exception with allow-navigation

2016-06-09 Thread zhuisui (JIRA)

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

zhuisui commented on CB-11326:
--

Hi, in my code, {{loadUrl}} enters showWebPage in the CordovaWebViewImpl, and 
{{pluginManager.shouldAllowNavigation(url)}} returns false, as I inspect, 
pluginManage just has CoreAndroid in it as plugin, not whitelist. So those 
{{alow-navigation}} doesn't effect.

> use navigator.app.loadUrl got uncaught exception with allow-navigation 
> ---
>
> Key: CB-11326
> URL: https://issues.apache.org/jira/browse/CB-11326
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
> Environment: Cordova 6.2.0
>Reporter: zhuisui
>Assignee: Vladimir Kotikov
>  Labels: triaged
>
> I get this stack when {{navigator.app.loadUrl(myurl)}} with 
> {{}}, which occurs after 
> {{pluginManager.shouldAllowNavigation(myurl)}} returns true
> {code}
> Uncaught exception from plugin
>  
> android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original 
> thread that created a view hierarchy can touch its views.
>  at 
> android.view.ViewRootImpl.checkThread(ViewRootImpl.java:6556)
>  at 
> android.view.ViewRootImpl.clearChildFocus(ViewRootImpl.java:3023)
>  at 
> android.view.ViewGroup.clearChildFocus(ViewGroup.java:964)
>  at 
> android.view.ViewGroup.clearChildFocus(ViewGroup.java:964)
>  at 
> android.view.ViewGroup.clearChildFocus(ViewGroup.java:964)
>  at 
> android.view.View.clearFocusInternal(View.java:5602)
>  at 
> android.view.View.clearFocus(View.java:5585)
>  at 
> android.view.ViewGroup.clearFocus(ViewGroup.java:977)
>  at 
> android.view.View.setFlags(View.java:10622)
>  at 
> android.view.View.setVisibility(View.java:7431)
>  at 
> org.apache.cordova.splashscreen.SplashScreen.pluginInitialize(SplashScreen.java:85)
>  at 
> org.apache.cordova.CordovaPlugin.privateInitialize(CordovaPlugin.java:58)
>  at 
> org.apache.cordova.PluginManager.getPlugin(PluginManager.java:172)
>  at 
> org.apache.cordova.PluginManager.startupPlugins(PluginManager.java:98)
>  at 
> org.apache.cordova.PluginManager.init(PluginManager.java:87)
>  at 
> org.apache.cordova.CordovaWebViewImpl.loadUrlIntoView(CordovaWebViewImpl.java:138)
>  at 
> org.apache.cordova.CordovaWebViewImpl.showWebPage(CordovaWebViewImpl.java:216)
>  at 
> org.apache.cordova.CoreAndroid.loadUrl(CoreAndroid.java:203)
>  at 
> org.apache.cordova.CoreAndroid.execute(CoreAndroid.java:92)
>  at 
> org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:98)
>  at 
> org.apache.cordova.PluginManager.exec(PluginManager.java:133)
>  at 
> org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:59)
>  at 
> org.apache.cordova.engine.SystemExposedJsApi.exec(SystemExposedJsApi.java:41)
>  at 
> org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
>  at 
> org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:53)
>  at 
> android.os.Handler.dispatchMessage(Handler.java:102)
>  at 
> android.os.Looper.loop(Looper.java:148)
>