[jira] [Assigned] (CB-14162) Info.plist for Custom.framework is missing or could not be found.

2018-06-26 Thread Suraj Pindoria (JIRA)


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

Suraj Pindoria reassigned CB-14162:
---

Assignee: (was: Suraj Pindoria)

> Info.plist for Custom.framework is missing or could not be found.
> -
>
> Key: CB-14162
> URL: https://issues.apache.org/jira/browse/CB-14162
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.5.4
>Reporter: Ashwin Shrestha
>Priority: Major
>  Labels: newbie
> Attachments: image-2018-06-25-17-10-03-849.png, 
> image-2018-06-25-17-10-30-405.png
>
>
> I have made an app with cordova. The ios build is working fine in local dev 
> environment. But when I build, archive and upload the app in app store.
> I get following error in mail saying build is invalid.
> This bundle is invalid - The Info.plist file for 
> /Payload/MyApp.app/www/js/cordova-ios/tests/spec/unit/fixtures/org.test.plugins.dummyplugin/src/ios/Custom.framework
>  is missing or could not be read.
> Invalid Bundle - The bundle at 
> '/Payload/MyApp.app/www/js/cordova-ios/tests/spec/unit/fixtures/org.test.plugins.dummyplugin/src/ios/Custom.framework'
>  does not contain a bundle executable.
> This bundle is invalid - The Info.plist file for 
> /Payload/MyApp.app/www/js/cordova-ios/tests/spec/unit/fixtures/org.test.plugins.dummyplugin/src/ios/CustomEmbeddable.framework
>  is missing or could not be read.
> Invalid Bundle - The bundle at 
> '/Payload/MyApp.app/www/js/cordova-ios/tests/spec/unit/fixtures/org.test.plugins.dummyplugin/src/ios/CustomEmbeddable.framework'
>  does not contain a bundle executable.



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

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



[jira] [Closed] (CB-13826) Plugins Release Jan 24, 2018

2018-01-30 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13826.
---
Resolution: Fixed

> Plugins Release Jan 24, 2018
> 
>
> Key: CB-13826
> URL: https://issues.apache.org/jira/browse/CB-13826
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>Priority: Major
>
> Following steps at 
> [https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



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

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



[jira] [Commented] (CB-13827) cordova-plugin-console cannot be used with cordova-ios>=4.5.0

2018-01-25 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13827:
-

This is actually the intended behavior. As of cordova-ios@4.5.0 and higher, the 
console plugin has been integrated into the platform. So there is no need to 
explicitly add it anymore.

> cordova-plugin-console cannot be used with cordova-ios>=4.5.0
> -
>
> Key: CB-13827
> URL: https://issues.apache.org/jira/browse/CB-13827
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-console (DEPRECATED)
>Reporter: Peter Lauri
>Assignee: Suraj Pindoria
>Priority: Major
>
> Using latest cordova-ios (4.5.4) and trying to install cordova-plugin-console 
> as per the documentation located here: 
> [https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-console/]
> It fails to add it to ios platform:
> {{cordova git:(cordova-app) cordova plugin add cordova-plugin-console}}
> {{Installing "cordova-plugin-console" for android}}
> {{Android Studio project detected}}
> {{Installing "cordova-plugin-console" for ios}}
> {{Plugin doesn't support this project's cordova-ios version. cordova-ios: 
> 4.5.4, failed version requirement: <4.5.0}}
> {{Skipping 'cordova-plugin-console' for ios}}
> {{Adding cordova-plugin-console to package.json}}
> {{Saved plugin info for "cordova-plugin-console" to config.xml}}
>  



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

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



[jira] [Closed] (CB-13827) cordova-plugin-console cannot be used with cordova-ios>=4.5.0

2018-01-25 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13827.
---
Resolution: Not A Bug

> cordova-plugin-console cannot be used with cordova-ios>=4.5.0
> -
>
> Key: CB-13827
> URL: https://issues.apache.org/jira/browse/CB-13827
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-console (DEPRECATED)
>Reporter: Peter Lauri
>Assignee: Suraj Pindoria
>Priority: Major
>
> Using latest cordova-ios (4.5.4) and trying to install cordova-plugin-console 
> as per the documentation located here: 
> [https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-console/]
> It fails to add it to ios platform:
> {{cordova git:(cordova-app) cordova plugin add cordova-plugin-console}}
> {{Installing "cordova-plugin-console" for android}}
> {{Android Studio project detected}}
> {{Installing "cordova-plugin-console" for ios}}
> {{Plugin doesn't support this project's cordova-ios version. cordova-ios: 
> 4.5.4, failed version requirement: <4.5.0}}
> {{Skipping 'cordova-plugin-console' for ios}}
> {{Adding cordova-plugin-console to package.json}}
> {{Saved plugin info for "cordova-plugin-console" to config.xml}}
>  



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

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



[jira] [Created] (CB-13826) Plugins Release Jan 24, 2018

2018-01-24 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13826:
---

 Summary: Plugins Release Jan 24, 2018
 Key: CB-13826
 URL: https://issues.apache.org/jira/browse/CB-13826
 Project: Apache Cordova
  Issue Type: Task
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria


Following steps at 
[https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md]



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

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



[jira] [Commented] (CB-6533) Windows 8 unable to create directory where users can see files

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6533:


WP is no longer supported. Closing.

> Windows 8 unable to create directory where users can see files
> --
>
> Key: CB-6533
> URL: https://issues.apache.org/jira/browse/CB-6533
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.3.0
>Reporter: brian johnston
>Assignee: Jesse MacFadyen
>  Labels: WP8,, Windows
>
> My app relies upon users plugging in their USB cable and transferring large 
> files from the device to their computer.  The file plugin creates folders 
> under the isolated storage.  I can find no way to get files and folders where 
> the user can find them with their computer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6987) [cordova-plugin-file] error writing file when data is an URI reference in WP8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6987.
--
Resolution: Fixed

> [cordova-plugin-file] error writing file when data is an URI reference in WP8
> -
>
> Key: CB-6987
> URL: https://issues.apache.org/jira/browse/CB-6987
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: WP8
> Fix For: 3.6.0
>
>
> When using File API  to write a file and as data to write that file reference 
> it's a reference instead of the data, or the data is instance of a File or 
> Blob, the right workflow is read the source file, get the data, to later 
> write it to the new file.
> Over WP8, is not possible use that workflow using readAsDataURL.
> Found through mobilespec File tests.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6646) InAppBrowser doesn't allow geolocation on Windows Phone 8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6646.
--
Resolution: Fixed

> InAppBrowser doesn't allow geolocation on Windows Phone 8
> -
>
> Key: CB-6646
> URL: https://issues.apache.org/jira/browse/CB-6646
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.4.0
> Environment: Windows Phone 8
>Reporter: Jérémy ESCOLANO
>  Labels: WP8, inAppBrowser, triaged, windows-phone
>
> Hi there,
> I have an issue with the InAppBrowser plugin used on a windows phone 8 device.
> - I have a web page on a website which uses the HTML5 geolocation : Using it 
> on Internet explorer on my Windows Phone 8 device works.
> - Then I have a compiled Hybrid application. I enabled the cordova 
> geolocation plugin and when I try geolocation, it works too.
> Finally, In my application a load the web page throught the inAppBrowser 
> plugin, and when I try to get my current position, this just doesn't work.
> The Error I get is : 'This site does not have permission to use the 
> Geolocation API'
> I thought this could be a bug as I don't see anything else that could be 
> responsible of this error.
> Thanks in advance, 
> Cheers



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6646) InAppBrowser doesn't allow geolocation on Windows Phone 8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6646:


WP is no longer supported. Closing.

> InAppBrowser doesn't allow geolocation on Windows Phone 8
> -
>
> Key: CB-6646
> URL: https://issues.apache.org/jira/browse/CB-6646
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.4.0
> Environment: Windows Phone 8
>Reporter: Jérémy ESCOLANO
>  Labels: WP8, inAppBrowser, triaged, windows-phone
>
> Hi there,
> I have an issue with the InAppBrowser plugin used on a windows phone 8 device.
> - I have a web page on a website which uses the HTML5 geolocation : Using it 
> on Internet explorer on my Windows Phone 8 device works.
> - Then I have a compiled Hybrid application. I enabled the cordova 
> geolocation plugin and when I try geolocation, it works too.
> Finally, In my application a load the web page throught the inAppBrowser 
> plugin, and when I try to get my current position, this just doesn't work.
> The Error I get is : 'This site does not have permission to use the 
> Geolocation API'
> I thought this could be a bug as I don't see anything else that could be 
> responsible of this error.
> Thanks in advance, 
> Cheers



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-7076) Media callbacks are not firing on Blackberry10

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-7076.
--
Resolution: Fixed

> Media callbacks are not firing on Blackberry10
> --
>
> Key: CB-7076
> URL: https://issues.apache.org/jira/browse/CB-7076
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: Windows 8.1, BlackBerry10
>Reporter: Doug Moscrop
>Priority: Minor
>
> .play()ing a Media that I have just recorded works, but none of the callbacks 
> (status or success or failure) are called at all. The same project built and 
> deployed to Android works fine, but not on BlackBerry10.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-7300) [BlackBerry10] implement InAppBrowser addEventListener / removeEventListener

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-7300.
--
Resolution: Fixed

> [BlackBerry10] implement InAppBrowser addEventListener / removeEventListener
> 
>
> Key: CB-7300
> URL: https://issues.apache.org/jira/browse/CB-7300
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Bryan Higgins
>
> addEventListener and removeEventListener are available on many other 
> platforms, but not BB10. It may be possible to get these events, but that 
> requires some investigation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-7076) Media callbacks are not firing on Blackberry10

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-7076:


Blackberry is no longer supported. Closing.

> Media callbacks are not firing on Blackberry10
> --
>
> Key: CB-7076
> URL: https://issues.apache.org/jira/browse/CB-7076
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Affects Versions: 3.5.0
> Environment: Windows 8.1, BlackBerry10
>Reporter: Doug Moscrop
>Priority: Minor
>
> .play()ing a Media that I have just recorded works, but none of the callbacks 
> (status or success or failure) are called at all. The same project built and 
> deployed to Android works fine, but not on BlackBerry10.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-7802) "inappbrowser" plugin with "location" attribute issues in wp8.1

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-7802.
--
Resolution: Fixed

> "inappbrowser" plugin with "location" attribute issues in wp8.1
> ---
>
> Key: CB-7802
> URL: https://issues.apache.org/jira/browse/CB-7802
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.7.0, 3.6.3
> Environment: cordova-plugin-inappbrowser 1.0.0 with wp8.1
>Reporter: Colin Bau
>  Labels: Triaged, WP8, inappbrowser
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> according to this
> https://github.com/apache/cordova-plugin-inappbrowser/blob/8ce6b497fa803936784629187e9c66ebaddfbe1b/doc/index.md
> it said...
> location: Set to yes or no to turn the InAppBrowser's location bar on or off.
> but I tried in wp8.1,no mater yes or no,seem the "location bar" never show
> if it is because this attribute not supported by WP8 yet ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6967) File Transfer does not work on BlackBerry with File Plugin version 1.2.0

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6967:


Blackberry is no longer supported. Closing.

> File Transfer does not work on BlackBerry with File Plugin version 1.2.0
> 
>
> Key: CB-6967
> URL: https://issues.apache.org/jira/browse/CB-6967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file, cordova-plugin-file-transfer 
> (DEPRECATED)
>Affects Versions: 1.2.0
> Environment: Blackberry (Tested on both a Z10 and Q10)
>Reporter: Matt Grande
>Priority: Minor
>  Labels: BlackBerry10, Triaged
>
> Blackberry {{FileTransfer.download}} does not seem to work with {{File}} at 
> version 1.2.0 (Jan 5, 2014).
> *Steps to reproduce*
> # Clone this repository: https://github.com/mattgrande/bb10-download-test.
> # Run {{cordova run blackberry10 --devicepass [your device's password] 
> --keystorepass [the keystorepass]}}.
> # It should download a video, and set the video in the background of your app.
> # Update the {{File}} plugin from 1.1.0 to 1.2.0 by running {{cordova plugin 
> add org.apache.cordova.file}} (Note, you can also upgrade the 
> {{FileTransfer}} plugin, it doesn't seem to make a difference).
> # Execute the {{cordova run}} again.
> # This time, it will fail with error code {{1}}, {{NOT_FOUND_ERR}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-7300) [BlackBerry10] implement InAppBrowser addEventListener / removeEventListener

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-7300:


Blackberry is no longer supported. Closing.

> [BlackBerry10] implement InAppBrowser addEventListener / removeEventListener
> 
>
> Key: CB-7300
> URL: https://issues.apache.org/jira/browse/CB-7300
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-inappbrowser
>Reporter: Bryan Higgins
>
> addEventListener and removeEventListener are available on many other 
> platforms, but not BB10. It may be possible to get these events, but that 
> requires some investigation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6988) [WP8][cordova-plugin-file] add readAsBinaryString support native

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6988:


WP is no longer supported. Closing.

> [WP8][cordova-plugin-file] add readAsBinaryString support native
> 
>
> Key: CB-6988
> URL: https://issues.apache.org/jira/browse/CB-6988
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: WP8
> Fix For: 3.6.0
>
>
> There's no support for this method on the native side, it would be nice to 
> have them working for the next release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-7802) "inappbrowser" plugin with "location" attribute issues in wp8.1

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-7802:


WP is no longer supported. Closing.

> "inappbrowser" plugin with "location" attribute issues in wp8.1
> ---
>
> Key: CB-7802
> URL: https://issues.apache.org/jira/browse/CB-7802
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 3.7.0, 3.6.3
> Environment: cordova-plugin-inappbrowser 1.0.0 with wp8.1
>Reporter: Colin Bau
>  Labels: Triaged, WP8, inappbrowser
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> according to this
> https://github.com/apache/cordova-plugin-inappbrowser/blob/8ce6b497fa803936784629187e9c66ebaddfbe1b/doc/index.md
> it said...
> location: Set to yes or no to turn the InAppBrowser's location bar on or off.
> but I tried in wp8.1,no mater yes or no,seem the "location bar" never show
> if it is because this attribute not supported by WP8 yet ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6967) File Transfer does not work on BlackBerry with File Plugin version 1.2.0

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6967.
--
Resolution: Fixed

> File Transfer does not work on BlackBerry with File Plugin version 1.2.0
> 
>
> Key: CB-6967
> URL: https://issues.apache.org/jira/browse/CB-6967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file, cordova-plugin-file-transfer 
> (DEPRECATED)
>Affects Versions: 1.2.0
> Environment: Blackberry (Tested on both a Z10 and Q10)
>Reporter: Matt Grande
>Priority: Minor
>  Labels: BlackBerry10, Triaged
>
> Blackberry {{FileTransfer.download}} does not seem to work with {{File}} at 
> version 1.2.0 (Jan 5, 2014).
> *Steps to reproduce*
> # Clone this repository: https://github.com/mattgrande/bb10-download-test.
> # Run {{cordova run blackberry10 --devicepass [your device's password] 
> --keystorepass [the keystorepass]}}.
> # It should download a video, and set the video in the background of your app.
> # Update the {{File}} plugin from 1.1.0 to 1.2.0 by running {{cordova plugin 
> add org.apache.cordova.file}} (Note, you can also upgrade the 
> {{FileTransfer}} plugin, it doesn't seem to make a difference).
> # Execute the {{cordova run}} again.
> # This time, it will fail with error code {{1}}, {{NOT_FOUND_ERR}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-9228) InAppBrowser not working in windows phone8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-9228:


WP is no longer supported. Closing.

> InAppBrowser not working in windows phone8
> --
>
> Key: CB-9228
> URL: https://issues.apache.org/jira/browse/CB-9228
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 5.0.1
> Environment: windows phone 8
>Reporter: Rahul Naraparaju
>  Labels: Triaged, WP8
>
> using phonegap version 5.0.0-0.28.1, InAppBrowser plugin is not working.
> I am using plugin to open links in a seperate browser, but it is not working.
> var ref = window.open(encodeURI(url), '_system', 'location=yes');
>  Please advise/help how to use this plugin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-9228) InAppBrowser not working in windows phone8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-9228.
--
Resolution: Fixed

> InAppBrowser not working in windows phone8
> --
>
> Key: CB-9228
> URL: https://issues.apache.org/jira/browse/CB-9228
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 5.0.1
> Environment: windows phone 8
>Reporter: Rahul Naraparaju
>  Labels: Triaged, WP8
>
> using phonegap version 5.0.0-0.28.1, InAppBrowser plugin is not working.
> I am using plugin to open links in a seperate browser, but it is not working.
> var ref = window.open(encodeURI(url), '_system', 'location=yes');
>  Please advise/help how to use this plugin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-11463) [ubuntu] in-app-browser not working

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-11463.
---
Resolution: Fixed

> [ubuntu] in-app-browser not working
> ---
>
> Key: CB-11463
> URL: https://issues.apache.org/jira/browse/CB-11463
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 6.0.1
>Reporter: Thomas Uher
>Assignee: Alexandre Abreu
>  Labels: triaged, ubuntu
>
> var ref = cordova.InAppBrowser.open("url", '_blank', 
> 'location=yes,enableviewportscale=yes');
> does not open any browser. "_system" is also not working.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6335) Blackberry file plugin accessing file system returns no results

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6335.
--
Resolution: Fixed

> Blackberry file plugin accessing file system returns no results
> ---
>
> Key: CB-6335
> URL: https://issues.apache.org/jira/browse/CB-6335
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.4.0
> Environment: File plugin 1.0.1, Blackberry 10.2.x emulator & device 
> (Z10)
>Reporter: Boston Dell-Vandenberg
>Priority: Minor
>  Labels: BlackBerry10, Triaged
>
> Trying to access the Blackberry shared folder and list it's contents but the 
> file plugin is returning no entries (FileError Code 1).
> blackberry.io.sandbox is set to false and the blackberry.io plugin is 
> installed to access the shared folder path.
> I have tested on both emulator and device (10.2) with the following code:
> {code}
> window.requestFileSystem(
>   LocalFileSystem.PERSISTENT,
>   1024 * 1024,
>   function (fs) {
>   fs.root.getDirectory(
> blackberry.io.sharedFolder,
> {},
> function(result) {
>   var reader = result.createReader();
>   reader.readEntries(
> function(entries) {
>   console.log(entries);
> },
> function (error) {
>   console.log('Failed to list directory contents: ', error);
> }
>   );
> },
> function(error) {
>   console.log('Error accessing shared folder');
> }
>   );
>   },
>   function () {
> console.log('Error accessing local file system');
>   }
> );
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11148) BB10 Media getDuration does not work

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-11148:
-

Blackberry is no longer supported. Closing.

> BB10 Media getDuration does not work
> 
>
> Key: CB-11148
> URL: https://issues.apache.org/jira/browse/CB-11148
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Reporter: David Peacock
>  Labels: BlackBerry10, pendingPR, triaged
>
> In the latest media plug-in the getDuration for Blackberry10 will never work. 
>  The javascript code expects onStatus to be called to set the duration.  The 
> getDuration function only returns the value that would have been set from the 
> onStatus.  However, the BB10 code never calls onStatus so the duration will 
> never be set.
> The BB10 code does have a native getDuration function, but this logic will 
> never gets hit.  The create function should result in a callback to onStatus 
> to set the duration.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-11463) [ubuntu] in-app-browser not working

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-11463:
-

Ubuntu is no longer supported. Closing.

> [ubuntu] in-app-browser not working
> ---
>
> Key: CB-11463
> URL: https://issues.apache.org/jira/browse/CB-11463
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: 6.0.1
>Reporter: Thomas Uher
>Assignee: Alexandre Abreu
>  Labels: triaged, ubuntu
>
> var ref = cordova.InAppBrowser.open("url", '_blank', 
> 'location=yes,enableviewportscale=yes');
> does not open any browser. "_system" is also not working.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-11148) BB10 Media getDuration does not work

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-11148.
---
Resolution: Fixed

> BB10 Media getDuration does not work
> 
>
> Key: CB-11148
> URL: https://issues.apache.org/jira/browse/CB-11148
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-media
>Reporter: David Peacock
>  Labels: BlackBerry10, pendingPR, triaged
>
> In the latest media plug-in the getDuration for Blackberry10 will never work. 
>  The javascript code expects onStatus to be called to set the duration.  The 
> getDuration function only returns the value that would have been set from the 
> onStatus.  However, the BB10 code never calls onStatus so the duration will 
> never be set.
> The BB10 code does have a native getDuration function, but this logic will 
> never gets hit.  The create function should result in a callback to onStatus 
> to set the duration.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6330) FileReader ALWAYS returns TypeMisMatch Error on Windows Phone 8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6330.
--
Resolution: Fixed

> FileReader ALWAYS returns TypeMisMatch Error on Windows Phone 8
> ---
>
> Key: CB-6330
> URL: https://issues.apache.org/jira/browse/CB-6330
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 2.8.0, 2.9.0
> Environment: Windows Phone 8
>Reporter: Osahon Okungbowa
>  Labels: WP8
>
> FileReader.readAsText() ALWAYS returns a TypeMisMatchError. 
> None of the event listeners for the FileReader are ever fired (Even the 
> onerror event is NEVER fired).
> However, if you place the FileReader.readAsText() method in a try/catch 
> block, it will ALWAYS return a TypeMisMatchError.
> e.g.
> try
> {
>   fileReader.readAsText(file);
> }
> catch(error)
> {
>   console.log(error.message);
> }



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6330) FileReader ALWAYS returns TypeMisMatch Error on Windows Phone 8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6330:


WP is no longer supported. Closing.

> FileReader ALWAYS returns TypeMisMatch Error on Windows Phone 8
> ---
>
> Key: CB-6330
> URL: https://issues.apache.org/jira/browse/CB-6330
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 2.8.0, 2.9.0
> Environment: Windows Phone 8
>Reporter: Osahon Okungbowa
>  Labels: WP8
>
> FileReader.readAsText() ALWAYS returns a TypeMisMatchError. 
> None of the event listeners for the FileReader are ever fired (Even the 
> onerror event is NEVER fired).
> However, if you place the FileReader.readAsText() method in a try/catch 
> block, it will ALWAYS return a TypeMisMatchError.
> e.g.
> try
> {
>   fileReader.readAsText(file);
> }
> catch(error)
> {
>   console.log(error.message);
> }



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6988) [WP8][cordova-plugin-file] add readAsBinaryString support native

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6988.
--
Resolution: Fixed

> [WP8][cordova-plugin-file] add readAsBinaryString support native
> 
>
> Key: CB-6988
> URL: https://issues.apache.org/jira/browse/CB-6988
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: WP8
> Fix For: 3.6.0
>
>
> There's no support for this method on the native side, it would be nice to 
> have them working for the next release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6870) Windows8 - trying to write large binary files throws a stack space exceeded exception on

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6870:


WP is no longer supported. Closing.

> Windows8 - trying to write large binary files throws a stack space exceeded 
> exception on 
> -
>
> Key: CB-6870
> URL: https://issues.apache.org/jira/browse/CB-6870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
>Reporter: Cristian Badila
>  Labels: WP8
>
> When trying to write to disk large files using binary mode (tested with files 
> with sizes greater than 100KB) an exception would occur on Windows 8/8.1 - 
> stack space exceeded. This is due to a change introduced in commit 
> #ef636d93cba502a0881bd22abe744d0b9540424c - can be seen easier here: 
> https://github.com/apache/cordova-plugin-file/commit/ef636d93cba502a0881bd22abe744d0b9540424c.
> To be more exact the line where the exception would be raised is this one:
> bq. data = Array.apply(null, new Uint8Array(data));
> Replacing the above line with the following code fixes the issue:
> {quote}
> var uint8ArrayView = new Uint8Array(data);
> var plainArray = new Array();
> for (var byteIndex = 0; byteIndex < uint8ArrayView.length; 
> byteIndex++) \{
> plainArray.push(uint8ArrayView\[byteIndex\]);
> \}
> data = plainArray;
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6987) [cordova-plugin-file] error writing file when data is an URI reference in WP8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6987:


WP is no longer supported. Closing.

> [cordova-plugin-file] error writing file when data is an URI reference in WP8
> -
>
> Key: CB-6987
> URL: https://issues.apache.org/jira/browse/CB-6987
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: WP8
> Fix For: 3.6.0
>
>
> When using File API  to write a file and as data to write that file reference 
> it's a reference instead of the data, or the data is instance of a File or 
> Blob, the right workflow is read the source file, get the data, to later 
> write it to the new file.
> Over WP8, is not possible use that workflow using readAsDataURL.
> Found through mobilespec File tests.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-6335) Blackberry file plugin accessing file system returns no results

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-6335:


Blackberry is no longer supported. Closing.

> Blackberry file plugin accessing file system returns no results
> ---
>
> Key: CB-6335
> URL: https://issues.apache.org/jira/browse/CB-6335
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.4.0
> Environment: File plugin 1.0.1, Blackberry 10.2.x emulator & device 
> (Z10)
>Reporter: Boston Dell-Vandenberg
>Priority: Minor
>  Labels: BlackBerry10, Triaged
>
> Trying to access the Blackberry shared folder and list it's contents but the 
> file plugin is returning no entries (FileError Code 1).
> blackberry.io.sandbox is set to false and the blackberry.io plugin is 
> installed to access the shared folder path.
> I have tested on both emulator and device (10.2) with the following code:
> {code}
> window.requestFileSystem(
>   LocalFileSystem.PERSISTENT,
>   1024 * 1024,
>   function (fs) {
>   fs.root.getDirectory(
> blackberry.io.sharedFolder,
> {},
> function(result) {
>   var reader = result.createReader();
>   reader.readEntries(
> function(entries) {
>   console.log(entries);
> },
> function (error) {
>   console.log('Failed to list directory contents: ', error);
> }
>   );
> },
> function(error) {
>   console.log('Error accessing shared folder');
> }
>   );
>   },
>   function () {
> console.log('Error accessing local file system');
>   }
> );
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6533) Windows 8 unable to create directory where users can see files

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6533.
--
Resolution: Fixed

> Windows 8 unable to create directory where users can see files
> --
>
> Key: CB-6533
> URL: https://issues.apache.org/jira/browse/CB-6533
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.3.0
>Reporter: brian johnston
>Assignee: Jesse MacFadyen
>  Labels: WP8,, Windows
>
> My app relies upon users plugging in their USB cable and transferring large 
> files from the device to their computer.  The file plugin creates folders 
> under the isolated storage.  I can find no way to get files and folders where 
> the user can find them with their computer.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-6870) Windows8 - trying to write large binary files throws a stack space exceeded exception on

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-6870.
--
Resolution: Fixed

> Windows8 - trying to write large binary files throws a stack space exceeded 
> exception on 
> -
>
> Key: CB-6870
> URL: https://issues.apache.org/jira/browse/CB-6870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file
>Affects Versions: 3.5.0
>Reporter: Cristian Badila
>  Labels: WP8
>
> When trying to write to disk large files using binary mode (tested with files 
> with sizes greater than 100KB) an exception would occur on Windows 8/8.1 - 
> stack space exceeded. This is due to a change introduced in commit 
> #ef636d93cba502a0881bd22abe744d0b9540424c - can be seen easier here: 
> https://github.com/apache/cordova-plugin-file/commit/ef636d93cba502a0881bd22abe744d0b9540424c.
> To be more exact the line where the exception would be raised is this one:
> bq. data = Array.apply(null, new Uint8Array(data));
> Replacing the above line with the following code fixes the issue:
> {quote}
> var uint8ArrayView = new Uint8Array(data);
> var plainArray = new Array();
> for (var byteIndex = 0; byteIndex < uint8ArrayView.length; 
> byteIndex++) \{
> plainArray.push(uint8ArrayView\[byteIndex\]);
> \}
> data = plainArray;
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-7075) BlackBerry10 filesystem URIs are inconsistent and hacky

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-7075.
--
Resolution: Fixed

> BlackBerry10 filesystem URIs are inconsistent and hacky
> ---
>
> Key: CB-7075
> URL: https://issues.apache.org/jira/browse/CB-7075
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file, cordova-plugin-file-transfer 
> (DEPRECATED), cordova-plugin-media, cordova-plugin-media-capture
>Affects Versions: 3.5.0
> Environment: Windows 8.1, BlackBerry10
>Reporter: Doug Moscrop
>Priority: Minor
>  Labels: BlackBerry10, Triaged
>
> (sorry for the Component/s spam but it's the pieces involved)
> 1. Record an audio clip using media-capture
> 2. Play the audio clip using the media
> 3. Upload the audio clip using file-transfer
> The URI returned from the audio part of media capture is "bare", i.e. this is 
> the fullPath:
> /accounts/1000/shared/voice/VN-20140704-020436.m4a 
> If I want to play that audio using "new Media" I have to prefix that URI with 
> "file://" otherwise it gives me a cryptic **encoding** error!
> However, if I try to use file-transfer using either the bare URI or the 
> hacked prefixed URI it fails! To make *that* work I have to instead 
> separately prefix the bare URI with cdvfile://localhost/root (not persisent!) 
> and then it works.
> --
> A note, to make matters more complicated, using navigator.camera.capture (not 
> media-capture) for a photo, returns a URI that looks like:
> file:///accounts/1000/shared/camera/IMG_20140704_020404.jpg
> In other words, it's the same as the bare URI + prefix that I mentioned above 
> except... file-transfer works fine with that URL! I don't even.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-7075) BlackBerry10 filesystem URIs are inconsistent and hacky

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-7075:


Blackberry and WP are no longer supported. Closing.

> BlackBerry10 filesystem URIs are inconsistent and hacky
> ---
>
> Key: CB-7075
> URL: https://issues.apache.org/jira/browse/CB-7075
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-file, cordova-plugin-file-transfer 
> (DEPRECATED), cordova-plugin-media, cordova-plugin-media-capture
>Affects Versions: 3.5.0
> Environment: Windows 8.1, BlackBerry10
>Reporter: Doug Moscrop
>Priority: Minor
>  Labels: BlackBerry10, Triaged
>
> (sorry for the Component/s spam but it's the pieces involved)
> 1. Record an audio clip using media-capture
> 2. Play the audio clip using the media
> 3. Upload the audio clip using file-transfer
> The URI returned from the audio part of media capture is "bare", i.e. this is 
> the fullPath:
> /accounts/1000/shared/voice/VN-20140704-020436.m4a 
> If I want to play that audio using "new Media" I have to prefix that URI with 
> "file://" otherwise it gives me a cryptic **encoding** error!
> However, if I try to use file-transfer using either the bare URI or the 
> hacked prefixed URI it fails! To make *that* work I have to instead 
> separately prefix the bare URI with cdvfile://localhost/root (not persisent!) 
> and then it works.
> --
> A note, to make matters more complicated, using navigator.camera.capture (not 
> media-capture) for a photo, returns a URI that looks like:
> file:///accounts/1000/shared/camera/IMG_20140704_020404.jpg
> In other words, it's the same as the bare URI + prefix that I mentioned above 
> except... file-transfer works fine with that URL! I don't even.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-10515) LocalFileSystem.PERSISTENT does not detect file system storage

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-10515:
-

WP is no longer supported. Closing.

> LocalFileSystem.PERSISTENT does not detect file system storage
> --
>
> Key: CB-10515
> URL: https://issues.apache.org/jira/browse/CB-10515
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-file
>Reporter: Sam Deepak
>  Labels: triaged, windows
>
> The call to window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, 
> function() {}); does not detect the root storage location in windows phone 
> 8.x. Rather it points to private data directory,even after adding   the 
> capability for accessing the local file system (removableStorage) in 
> AppManifest.xml.
> Basically window.requestFileSystem(LocalFileSystem.PERSISTENT, 
> 0,function(fileSystem) {}, function(error){}) gives me only "ms-appx://local" 
> path which is actually the private data directory for an app in windows 
> phone. I want to access the root directory of the file system because I am 
> letting the user to store app specific files anywhere in the phone. (It works 
> in Android without specifying anything)
> Basically the above LocalFileSystem.PERSISTENT should not point to private 
> data directory, rather it should be the root directory of the local file 
> system.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-10515) LocalFileSystem.PERSISTENT does not detect file system storage

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-10515.
---
Resolution: Fixed

> LocalFileSystem.PERSISTENT does not detect file system storage
> --
>
> Key: CB-10515
> URL: https://issues.apache.org/jira/browse/CB-10515
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: cordova-plugin-file
>Reporter: Sam Deepak
>  Labels: triaged, windows
>
> The call to window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, 
> function() {}); does not detect the root storage location in windows phone 
> 8.x. Rather it points to private data directory,even after adding   the 
> capability for accessing the local file system (removableStorage) in 
> AppManifest.xml.
> Basically window.requestFileSystem(LocalFileSystem.PERSISTENT, 
> 0,function(fileSystem) {}, function(error){}) gives me only "ms-appx://local" 
> path which is actually the private data directory for an app in windows 
> phone. I want to access the root directory of the file system because I am 
> letting the user to store app specific files anywhere in the phone. (It works 
> in Android without specifying anything)
> Basically the above LocalFileSystem.PERSISTENT should not point to private 
> data directory, rather it should be the root directory of the local file 
> system.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-7414) BB10 Undocumented callback parameter for navigator.notification.alert

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-7414:


Blackberry is no longer supported. Closing.

> BB10 Undocumented callback parameter for navigator.notification.alert
> -
>
> Key: CB-7414
> URL: https://issues.apache.org/jira/browse/CB-7414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-dialogs
>Affects Versions: 3.5.0
>Reporter: Steve Wypych
>Priority: Trivial
>
> (in org.apache.cordova.dialogs) 
> --- Steps to Reproduce: --- 
> 1. navigator.notification.alert('hello', callback, 'title', 'wow') 
> 2. Dismiss the dialog 
> --- Actual Result: --- 
> callback function is passed the number 1 
> --- Expected Result: --- 
> nothing to be passed in, or documentation saying it will be passed in 1 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-7414) BB10 Undocumented callback parameter for navigator.notification.alert

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-7414.
--
Resolution: Fixed

> BB10 Undocumented callback parameter for navigator.notification.alert
> -
>
> Key: CB-7414
> URL: https://issues.apache.org/jira/browse/CB-7414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-dialogs
>Affects Versions: 3.5.0
>Reporter: Steve Wypych
>Priority: Trivial
>
> (in org.apache.cordova.dialogs) 
> --- Steps to Reproduce: --- 
> 1. navigator.notification.alert('hello', callback, 'title', 'wow') 
> 2. Dismiss the dialog 
> --- Actual Result: --- 
> callback function is passed the number 1 
> --- Expected Result: --- 
> nothing to be passed in, or documentation saying it will be passed in 1 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-9442) Camera crashes multiple pictures taken wp8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-9442:


WP 8.1 is no longer supported. Closing this.

> Camera crashes multiple pictures taken wp8
> --
>
> Key: CB-9442
> URL: https://issues.apache.org/jira/browse/CB-9442
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 5.1.1
> Environment: Windows Phone 8.1
>Reporter: Elodie Corbel
>Assignee: Jesse MacFadyen
>Priority: Minor
>  Labels: Windows, triaged, wp8.1
>
> The camera and the app crash when I try to take pictures multiple times. It 
> tries to open up the camera but the camera stays black and we only see the 
> button to take pictures that doesn't work. If I wait few seconds, it closes 
> the camera and the app.
> It doesn't happen at a fixed number of times. Sometimes, the second time, 
> sometimes later but never the first. I have nothing in the log that indicates 
> this error, no exception.
> I call getPicture with this :
> {code:javascript}
> {
>   quality: 50,
>   destinationType: Camera.DestinationType.DATA_URL,
>   allowEdit: false,
>   saveToPhotoAlbum: false,
>   correctOrientation: false
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-9442) Camera crashes multiple pictures taken wp8

2017-12-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-9442.
--
Resolution: Fixed

> Camera crashes multiple pictures taken wp8
> --
>
> Key: CB-9442
> URL: https://issues.apache.org/jira/browse/CB-9442
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: 5.1.1
> Environment: Windows Phone 8.1
>Reporter: Elodie Corbel
>Assignee: Jesse MacFadyen
>Priority: Minor
>  Labels: Windows, triaged, wp8.1
>
> The camera and the app crash when I try to take pictures multiple times. It 
> tries to open up the camera but the camera stays black and we only see the 
> button to take pictures that doesn't work. If I wait few seconds, it closes 
> the camera and the app.
> It doesn't happen at a fixed number of times. Sometimes, the second time, 
> sometimes later but never the first. I have nothing in the log that indicates 
> this error, no exception.
> I call getPicture with this :
> {code:javascript}
> {
>   quality: 50,
>   destinationType: Camera.DestinationType.DATA_URL,
>   allowEdit: false,
>   saveToPhotoAlbum: false,
>   correctOrientation: false
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13678) Remove deprecated platforms from media plugin

2017-12-13 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13678:
---

 Summary: Remove deprecated platforms from media plugin
 Key: CB-13678
 URL: https://issues.apache.org/jira/browse/CB-13678
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-media
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13671) Remove deprecated platforms for dialogs plugin

2017-12-12 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13671:
---

 Summary: Remove deprecated platforms for dialogs plugin
 Key: CB-13671
 URL: https://issues.apache.org/jira/browse/CB-13671
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-dialogs
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13670) Remove deprecated platforms for device plugin

2017-12-12 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13670:
---

 Summary: Remove deprecated platforms for device plugin
 Key: CB-13670
 URL: https://issues.apache.org/jira/browse/CB-13670
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-device
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13668) Remove deprecated platforms for file plugin

2017-12-12 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13668:
---

 Summary: Remove deprecated platforms for file plugin
 Key: CB-13668
 URL: https://issues.apache.org/jira/browse/CB-13668
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-file
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13664) Remove deprecated platforms for geolocation plugin

2017-12-12 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13664:
---

 Summary: Remove deprecated platforms for geolocation plugin
 Key: CB-13664
 URL: https://issues.apache.org/jira/browse/CB-13664
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-geolocation
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13662) Remove deprecated platforms from inappbrowser plugin

2017-12-12 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13662:
---

 Summary: Remove deprecated platforms from inappbrowser plugin
 Key: CB-13662
 URL: https://issues.apache.org/jira/browse/CB-13662
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-inappbrowser
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13661) Remove deprecated platforms from camera plugin

2017-12-12 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13661:
---

 Summary: Remove deprecated platforms from camera plugin
 Key: CB-13661
 URL: https://issues.apache.org/jira/browse/CB-13661
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13650) Javascript functions with default parameters cause app to be inoperable

2017-12-11 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13650:
-

At first glance, I don't think this is an issue with Cordova but instead an 
issue with iOS. Most likely the older version of iOS does not support default 
parameters as it was introduced in the newer spec for Javascript. 

> Javascript functions with default parameters cause app to be inoperable
> ---
>
> Key: CB-13650
> URL: https://issues.apache.org/jira/browse/CB-13650
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova@7.1.0
> Environment: Xcode 
> 9.2
> cordova --version
> 7.1.0
> Installed platforms:
>   ios 4.5.1
> iOS
> 9.3.5  (which is latest version available for iPod Touch)
>Reporter: Ralph Gossa
>Assignee: Suraj Pindoria
>
> Having Javascript functions with default parameters cause app to be 
> inoperable on certain iOS platforms
> How to re-create the issue:
> cordova create test
> cd test
> cordova platform add ios
> Open the generated test.xcodeproj with Xcode
>  
> Add a javascript function with a default parameter to index.js, example:
> /* default parameter causes app to be inoperable on iPod touch running iOS 
> 9.3*/
> function foo (a, b = 1) {
>   b = 1;
>   return b;
> }
> App with default parameters runs find in emulator and on iPhones running 
> current iOS.
> However app does not initialize properly on iPod Touch running iOS 9.3.  It 
> was working okay until I upgraded XCode and cordova.  The function does not 
> even need to be called for the app to become inoperable.
> If the default parameter is removed from the Javascript function, the app 
> runs fine.
> XCode output with Javascript function containing default parameter
> -begin--
> 2017-12-08 10:29:41.783 paramtest[1125:133765] DiskCookieStorage changing 
> policy from 2 to 0, cookie file: 
> file:///private/var/mobile/Containers/Data/Application/1C726E4F-A05A-418A-A37F-1877E71B1E60/Library/Cookies/Cookies.binarycookies
> 2017-12-08 10:29:41.962 paramtest[1125:133765] Apache Cordova native platform 
> version 4.5.3 is starting.
> 2017-12-08 10:29:41.964 paramtest[1125:133765] Multi-tasking -> Device: YES, 
> App: YES
> 2017-12-08 10:29:41.993 paramtest[1125:133765] 
> Started backup to iCloud! Please be careful.
> Your application might be rejected by Apple if you store too much data.
> For more information please read "iOS Data Storage Guidelines" at:
> https://developer.apple.com/icloud/documentation/data-storage/
> To disable web storage backup to iCloud, set the BackupWebStorage preference 
> to "local" in the Cordova config.xml file
> 2017-12-08 10:29:42.132 paramtest[1125:133765] Using UIWebView
> 2017-12-08 10:29:42.145 paramtest[1125:133765] [CDVTimer][console] 0.753999ms
> 2017-12-08 10:29:42.148 paramtest[1125:133765] [CDVTimer][handleopenurl] 
> 0.678003ms
> 2017-12-08 10:29:42.158 paramtest[1125:133765] 
> [CDVTimer][intentandnavigationfilter] 9.851992ms
> 2017-12-08 10:29:42.159 paramtest[1125:133765] [CDVTimer][gesturehandler] 
> 0.428021ms
> 2017-12-08 10:29:42.159 paramtest[1125:133765] [CDVTimer][TotalPluginStartup] 
> 15.917003ms
> 2017-12-08 10:29:42.799 paramtest[1125:133765] Resetting plugins due to page 
> load.
> 2017-12-08 10:29:43.167 paramtest[1125:133765] Finished load of: 
> file:///var/containers/Bundle/Application/81B5D70F-0B1F-455E-AB84-FA6BE125EEC2/paramtest.app/www/index.html
> --end



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13635) Fix docs to remove unnecessary platform release "announce" steps

2017-12-04 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13635.
---
Resolution: Fixed

> Fix docs to remove unnecessary platform release "announce" steps
> 
>
> Key: CB-13635
> URL: https://issues.apache.org/jira/browse/CB-13635
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-coho
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13635) Fix docs to remove unnecessary platform release "announce" steps

2017-12-04 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria updated CB-13635:

Summary: Fix docs to remove unnecessary platform release "announce" steps  
(was: Fix docs to remove sending email to annou...@apache.org step)

> Fix docs to remove unnecessary platform release "announce" steps
> 
>
> Key: CB-13635
> URL: https://issues.apache.org/jira/browse/CB-13635
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-coho
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13635) Fix docs to remove sending email to annou...@apache.org step

2017-12-04 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13635:
---

 Summary: Fix docs to remove sending email to annou...@apache.org 
step
 Key: CB-13635
 URL: https://issues.apache.org/jira/browse/CB-13635
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-coho
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13579) Cordova-iOS Platform Release November 15, 2017

2017-11-30 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13579.
---
Resolution: Fixed

> Cordova-iOS Platform Release November 15, 2017
> --
>
> Key: CB-13579
> URL: https://issues.apache.org/jira/browse/CB-13579
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13618) cordova compile command fails but cordova build works fine

2017-11-30 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13618:
-

According to the docs it does not call prepare. "cordova build" actually does a 
prepare first and then a compile. So prepare and compile are separate commands.

> cordova compile command fails but cordova build works fine
> --
>
> Key: CB-13618
> URL: https://issues.apache.org/jira/browse/CB-13618
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> $ ionic info
> cli packages: (/Users/gianfranco/.config/yarn/global/node_modules)
> @ionic/cli-utils  : 1.19.0
> ionic (Ionic CLI) : 3.19.0
> global packages:
> cordova (Cordova CLI) : 7.1.0
> local packages:
> @ionic/app-scripts : 3.1.4
> Cordova Platforms  : android 6.2.3 ios 4.5.4
> Ionic Framework: ionic-angular 3.9.2
> System:
> Android SDK Tools : 26.1.1
> ios-deploy: 1.9.2
> Node  : v6.11.3
> npm   : 5.5.1
> OS: macOS Sierra
> Xcode : Xcode 9.1 Build version 9B55
> Environment Variables:
> ANDROID_HOME : /Users/gianfranco/Library/Android/sdk
> Misc:
> backend : legacy
> {code}
>Reporter: Gianfranco Palumbo
>Assignee: Jan Piotrowski (Sujan)
>Priority: Minor
> Attachments: cordova-compile-CB-13618.txt
>
>
> While looking to automate the build process with fastlane and this 
> [fastlane-plugin-cordova|https://github.com/bamlab/fastlane-plugin-cordova], 
> this issue was discovered:
> {code}
> $ cordova prepare
> Searching for new pods
> Checking branch-cordova-sdk for pods.
> Checking cordova-plugin-camera for pods.
> Checking cordova-plugin-compat for pods.
> Checking cordova-plugin-crop for pods.
> Checking cordova-plugin-device for pods.
> Checking cordova-plugin-facebook4 for pods.
> Checking cordova-plugin-file for pods.
> Checking cordova-plugin-firebase for pods.
> Checking cordova-plugin-geolocation for pods.
> Checking cordova-plugin-globalization for pods.
> Checking cordova-plugin-googleplus for pods.
> Checking cordova-plugin-inappbrowser for pods.
> Checking cordova-plugin-ionic-webview for pods.
> Checking cordova-plugin-mixpanel for pods.
> Checking cordova-plugin-splashscreen for pods.
> Checking cordova-plugin-statusbar for pods.
> Checking cordova-plugin-whitelist for pods.
> Checking cordova-plugin-x-socialsharing for pods.
> Checking es6-promise-plugin for pods.
> Checking ionic-plugin-keyboard for pods.
> Checking config.xml for pods.
> No new pods detects
> $ cordova compile ios --release --device --packageType=app-store 
> --developmentTeam=xyz --provisioningProfile=abc
> 
> Touch build/device/Givebox.app.dSYM
> cd /Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios
> export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/gianfranco/.yarn/bin:/Users/gianfranco/.rbenv/shims:/usr/local/opt/qt/bin:/Users/gianfranco/google-cloud-sdk/bin:/Users/gianfranco/.fastlane/bin:/usr/local/opt/findutils/libexec/gnubin:/usr/local/sbin:/Users/gianfranco/bin:/usr/local/opt/openssl/bin:/Users/gianfranco/.nvm/versions/node/v6.11.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/gianfranco/.composer/vendor/bin:/Users/gianfranco/Library/Android/sdk/platform-tools:/Users/gianfranco/Library/Android/sdk/tools:/Users/gianfranco/.themekit"
> /usr/bin/touch -c 
> /Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios/build/device/Givebox.app.dSYM
> ** ARCHIVE SUCCEEDED **
> Error: ENOENT: no such file or directory, open 
> '/Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios/Givebox.xcworkspace/project.pbxproj'
> {code}
> The file {{project.pbxproj}} exists in the {{Givebox.xcodeproj}} folder not 
> {{Givebox.xcworkspace}}.
> Since {{cordova compile}} should be the same as {{cordova prepare}} {{cordova 
> build}} 
> ([link|https://cordova.apache.org/docs/en/latest/reference/cordova-cli/#cordova-build-command])
> This works:
> {code}
> $ cordova build ios --release --device --packageType=app-store 
> --developmentTeam=xyz --provisioningProfile=abc
> ...
> Touch build/device/Givebox.app.dSYM
> cd /Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios
> export 
> 

[jira] [Commented] (CB-13618) cordova compile command fails but cordova build works fine

2017-11-30 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13618:
-

[~Sujan12]

There are some references to "project.pbxproj" in prepare.js, 
https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L276-L310.
 Not sure why we only write it to the .xcodeproj and not .xcworkspace as well.

> cordova compile command fails but cordova build works fine
> --
>
> Key: CB-13618
> URL: https://issues.apache.org/jira/browse/CB-13618
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: {code}
> $ ionic info
> cli packages: (/Users/gianfranco/.config/yarn/global/node_modules)
> @ionic/cli-utils  : 1.19.0
> ionic (Ionic CLI) : 3.19.0
> global packages:
> cordova (Cordova CLI) : 7.1.0
> local packages:
> @ionic/app-scripts : 3.1.4
> Cordova Platforms  : android 6.2.3 ios 4.5.4
> Ionic Framework: ionic-angular 3.9.2
> System:
> Android SDK Tools : 26.1.1
> ios-deploy: 1.9.2
> Node  : v6.11.3
> npm   : 5.5.1
> OS: macOS Sierra
> Xcode : Xcode 9.1 Build version 9B55
> Environment Variables:
> ANDROID_HOME : /Users/gianfranco/Library/Android/sdk
> Misc:
> backend : legacy
> {code}
>Reporter: Gianfranco Palumbo
>Assignee: Jan Piotrowski (Sujan)
>Priority: Minor
> Attachments: cordova-compile-CB-13618.txt
>
>
> While looking to automate the build process with fastlane and this 
> [fastlane-plugin-cordova|https://github.com/bamlab/fastlane-plugin-cordova], 
> this issue was discovered:
> {code}
> $ cordova prepare
> Searching for new pods
> Checking branch-cordova-sdk for pods.
> Checking cordova-plugin-camera for pods.
> Checking cordova-plugin-compat for pods.
> Checking cordova-plugin-crop for pods.
> Checking cordova-plugin-device for pods.
> Checking cordova-plugin-facebook4 for pods.
> Checking cordova-plugin-file for pods.
> Checking cordova-plugin-firebase for pods.
> Checking cordova-plugin-geolocation for pods.
> Checking cordova-plugin-globalization for pods.
> Checking cordova-plugin-googleplus for pods.
> Checking cordova-plugin-inappbrowser for pods.
> Checking cordova-plugin-ionic-webview for pods.
> Checking cordova-plugin-mixpanel for pods.
> Checking cordova-plugin-splashscreen for pods.
> Checking cordova-plugin-statusbar for pods.
> Checking cordova-plugin-whitelist for pods.
> Checking cordova-plugin-x-socialsharing for pods.
> Checking es6-promise-plugin for pods.
> Checking ionic-plugin-keyboard for pods.
> Checking config.xml for pods.
> No new pods detects
> $ cordova compile ios --release --device --packageType=app-store 
> --developmentTeam=xyz --provisioningProfile=abc
> 
> Touch build/device/Givebox.app.dSYM
> cd /Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios
> export 
> PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/gianfranco/.yarn/bin:/Users/gianfranco/.rbenv/shims:/usr/local/opt/qt/bin:/Users/gianfranco/google-cloud-sdk/bin:/Users/gianfranco/.fastlane/bin:/usr/local/opt/findutils/libexec/gnubin:/usr/local/sbin:/Users/gianfranco/bin:/usr/local/opt/openssl/bin:/Users/gianfranco/.nvm/versions/node/v6.11.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/opt/ImageMagick/bin:/usr/local/MacGPG2/bin:/Users/gianfranco/.composer/vendor/bin:/Users/gianfranco/Library/Android/sdk/platform-tools:/Users/gianfranco/Library/Android/sdk/tools:/Users/gianfranco/.themekit"
> /usr/bin/touch -c 
> /Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios/build/device/Givebox.app.dSYM
> ** ARCHIVE SUCCEEDED **
> Error: ENOENT: no such file or directory, open 
> '/Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios/Givebox.xcworkspace/project.pbxproj'
> {code}
> The file {{project.pbxproj}} exists in the {{Givebox.xcodeproj}} folder not 
> {{Givebox.xcworkspace}}.
> Since {{cordova compile}} should be the same as {{cordova prepare}} {{cordova 
> build}} 
> ([link|https://cordova.apache.org/docs/en/latest/reference/cordova-cli/#cordova-build-command])
> This works:
> {code}
> $ cordova build ios --release --device --packageType=app-store 
> --developmentTeam=xyz --provisioningProfile=abc
> ...
> Touch build/device/Givebox.app.dSYM
> cd /Users/gianfranco/givebox/givebox.ui.mobile/platforms/ios
> export 
> 

[jira] [Closed] (CB-12811) Plugin Inappbrowser on iOS - When keyboard appears, fixed divs are fixed to HTML page but not viewport

2017-11-29 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-12811.
---
Resolution: Not A Problem

> Plugin Inappbrowser on iOS - When keyboard appears, fixed divs are fixed to 
> HTML page but not viewport
> --
>
> Key: CB-12811
> URL: https://issues.apache.org/jira/browse/CB-12811
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: cordova@7.0.0
>Reporter: Ashraf Yussouff
> Attachments: Screen Shot 2017-05-12 at 7.55.54 PM.png, Screen Shot 
> 2017-05-12 at 7.56.21 PM.png, Screen Shot 2017-05-12 at 7.56.36 PM.png, 
> flexboxPageForIAB.html, index.html, pageForIAB.html
>
>
> I am displaying an HTML form in the InAppBrowser. The page has a header fixed 
> to the top and a footer fixed to the bottom using CSS (e.g. {position: fixed; 
> top: 0px;}).
> When simply scrolling the page, the header and footer remain in place while 
> the rest of the page moves. 
> However, when an input receives focus and the iOS keyboard appears, the 
> header and footer positions are only fixed with respect to the HTML page at 
> the time the input received focus, but they are no longer fixed with respect 
> to the viewport. As a result, if the page is scrolled up and down while the 
> keyboard is open, the header and footer start moving along with the page.
> This behavior is not observed in the Safari mobile browser on the same 
> device. On Safari, the header and footer remain in place while the rest of 
> the page is scrollable when an input is clicked and the iOS keyboard appears 
> below the browser.
> I will try to attach images if JIRA allows it after the issue has been 
> created.
> NOTE: iOS is the only platform that I am working with, so I don't know if 
> this issue occurs in other platforms as well. I am using plugin version 1.7.0 
> and the Cordova versions I have seen this with are 6.4.0 and above.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12811) Plugin Inappbrowser on iOS - When keyboard appears, fixed divs are fixed to HTML page but not viewport

2017-11-29 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12811:
-

Based on previous comments/investigation it seems this might actually an issue 
with UIWebView. Going to close this off.

> Plugin Inappbrowser on iOS - When keyboard appears, fixed divs are fixed to 
> HTML page but not viewport
> --
>
> Key: CB-12811
> URL: https://issues.apache.org/jira/browse/CB-12811
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: cordova@7.0.0
>Reporter: Ashraf Yussouff
> Attachments: Screen Shot 2017-05-12 at 7.55.54 PM.png, Screen Shot 
> 2017-05-12 at 7.56.21 PM.png, Screen Shot 2017-05-12 at 7.56.36 PM.png, 
> flexboxPageForIAB.html, index.html, pageForIAB.html
>
>
> I am displaying an HTML form in the InAppBrowser. The page has a header fixed 
> to the top and a footer fixed to the bottom using CSS (e.g. {position: fixed; 
> top: 0px;}).
> When simply scrolling the page, the header and footer remain in place while 
> the rest of the page moves. 
> However, when an input receives focus and the iOS keyboard appears, the 
> header and footer positions are only fixed with respect to the HTML page at 
> the time the input received focus, but they are no longer fixed with respect 
> to the viewport. As a result, if the page is scrolled up and down while the 
> keyboard is open, the header and footer start moving along with the page.
> This behavior is not observed in the Safari mobile browser on the same 
> device. On Safari, the header and footer remain in place while the rest of 
> the page is scrollable when an input is clicked and the iOS keyboard appears 
> below the browser.
> I will try to attach images if JIRA allows it after the issue has been 
> created.
> NOTE: iOS is the only platform that I am working with, so I don't know if 
> this issue occurs in other platforms as well. I am using plugin version 1.7.0 
> and the Cordova versions I have seen this with are 6.4.0 and above.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-12836) Error ios build

2017-11-29 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-12836.
---
Resolution: Cannot Reproduce

> Error ios build
> ---
>
> Key: CB-12836
> URL: https://issues.apache.org/jira/browse/CB-12836
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: cordova@7.0.0
> Environment: Mac Sierra, Node v6.3.0
>Reporter: Adrian Florin Florescu
> Attachments: Screen Shot 2017-05-22 at 13.33.12.png
>
>
> Runing `cordova run ios` on a project that has inappbrowser gives me the 
> following error:
> ```
> The following build commands failed:
>   CompileC 
> /Users/adrian/Library/Developer/Xcode/DerivedData/Vivre-advonpdxceuwshghqlefzeyhsufe/Build/Intermediates/Vivre.build/Debug-iphonesimulator/Vivre.build/Objects-normal/x86_64/CDVInAppBrowser.o
>  Vivre/Plugins/org.apache.cordova.inappbrowser/CDVInAppBrowser.m normal 
> x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/adrian/Desktop/App/Cordova/App/platforms/ios/cordova/build-debug.xcconfig,-workspace,Vivre.xcworkspace,-scheme,Vivre,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS
>  Simulator,name=iPhone 
> SE,build,CONFIGURATION_BUILD_DIR=/Users/adrian/Desktop/App/Cordova/App/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/adrian/Desktop/App/Cordova/App/platforms/ios/build/sharedpch
> ```
> Xcode sends me to the same error



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12836) Error ios build

2017-11-29 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12836:
-

I have just tried this again and can no longer reproduce this. Going to close 
this issue.

> Error ios build
> ---
>
> Key: CB-12836
> URL: https://issues.apache.org/jira/browse/CB-12836
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: cordova@7.0.0
> Environment: Mac Sierra, Node v6.3.0
>Reporter: Adrian Florin Florescu
> Attachments: Screen Shot 2017-05-22 at 13.33.12.png
>
>
> Runing `cordova run ios` on a project that has inappbrowser gives me the 
> following error:
> ```
> The following build commands failed:
>   CompileC 
> /Users/adrian/Library/Developer/Xcode/DerivedData/Vivre-advonpdxceuwshghqlefzeyhsufe/Build/Intermediates/Vivre.build/Debug-iphonesimulator/Vivre.build/Objects-normal/x86_64/CDVInAppBrowser.o
>  Vivre/Plugins/org.apache.cordova.inappbrowser/CDVInAppBrowser.m normal 
> x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
> (1 failure)
> Error: Error code 65 for command: xcodebuild with args: 
> -xcconfig,/Users/adrian/Desktop/App/Cordova/App/platforms/ios/cordova/build-debug.xcconfig,-workspace,Vivre.xcworkspace,-scheme,Vivre,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS
>  Simulator,name=iPhone 
> SE,build,CONFIGURATION_BUILD_DIR=/Users/adrian/Desktop/App/Cordova/App/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/adrian/Desktop/App/Cordova/App/platforms/ios/build/sharedpch
> ```
> Xcode sends me to the same error



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13561) ios 10.1, 10.2 and nw_host_stats_add_src received error

2017-11-28 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13561:
-

Yes I did notice the error with your config.xml, I managed to get passed that 
while testing. Unfortunately I don't have any test devices running 10.1 or 10.2 
which is probably why I cannot reproduce this. I tried using 10.3 and I 
couldn't get this error. Also, does the error only occur with the facebook4 
plugin? I am thinking that if it is only while using that plugin, or a select 
few, it could be an issue with the plugins themselves.

> ios 10.1, 10.2 and nw_host_stats_add_src received error
> ---
>
> Key: CB-13561
> URL: https://issues.apache.org/jira/browse/CB-13561
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: thibaut
>Assignee: Suraj Pindoria
>
> Hi guys,
> I just saw this issue yesterday. On an iphone running iOs 10.2.X, if one of 
> this plugin is installed :
> - cordova-plugin-facebook4
> - cordova-plugin-fabric
> (maybe more)
> We will have this error when running the app, and the phone is working after 
> like crazy :
> {code:java}
> MyApp[1266:20053] [] __nwlog_err_simulate_crash_libsystem libsystem simulate 
> crash unavailable "libsystem_network.dylib: nw_host_stats_add_src :: received 
> error for SRC_ADDED: [22] Invalid argument"
> 2017-11-10 09:33:51.766229 MyApp[1266:20053] [] nw_host_stats_add_src 
> received error for SRC_ADDED: [22] Invalid argument, dumping backtrace:
> [x86_64] libnetcore-856.30.16
> 0   libsystem_network.dylib 0x0001082f 
> __nw_create_backtrace_string + 123
> 1   libsystem_network.dylib 0x00010830d2f6 
> nw_get_host_stats + 1083
> 2   libnetwork.dylib0x000107d20e9f 
> nw_endpoint_resolver_start_next_child + 1382
> 3   libdispatch.dylib   0x000108073978 
> _dispatch_call_block_and_release + 12
> 4   libdispatch.dylib   0x00010809d0cd 
> _dispatch_client_callout + 8
> 5   libdispatch.dylib   0x00010807ae17 
> _dispatch_queue_serial_drain + 236
> 6   libdispatch.dylib   0x00010807bb4b 
> _dispatch_queue_invoke + 1073
> 7   libdispatch.dylib   0x00010807e385 
> _dispatch_root_queue_drain + 720
> 8   libdispatch.dylib   0x00010807e059 
> _dispatch_worker_thread3 + 123
> 9   libsystem_pthread.dylib 0x0001084501ca 
> _pthread_wqthread + 1387
> 10  libsystem_pthread.dylib 0x00010844fc4d start_wqthread 
> + 13
> {code}
> It is only happening on iOS 10.1.X - 10.2.X, with ios 4.5.3 or 4.5.1 (maybe 
> before, I didn't try).
> I am sure my app was working before on ios 10.2, so the issue maybe happened 
> with the new Xcode 9.1 or something,
> Hope this can be fixed,
> Regards



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13561) ios 10.1, 10.2 and nw_host_stats_add_src received error

2017-11-27 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13561:
-

I have tried to reproduce this and so far been unsuccessful. Tried multiple 
times and still couldn't get that error message.

> ios 10.1, 10.2 and nw_host_stats_add_src received error
> ---
>
> Key: CB-13561
> URL: https://issues.apache.org/jira/browse/CB-13561
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: thibaut
>Assignee: Suraj Pindoria
>
> Hi guys,
> I just saw this issue yesterday. On an iphone running iOs 10.2.X, if one of 
> this plugin is installed :
> - cordova-plugin-facebook4
> - cordova-plugin-fabric
> (maybe more)
> We will have this error when running the app, and the phone is working after 
> like crazy :
> {code:java}
> MyApp[1266:20053] [] __nwlog_err_simulate_crash_libsystem libsystem simulate 
> crash unavailable "libsystem_network.dylib: nw_host_stats_add_src :: received 
> error for SRC_ADDED: [22] Invalid argument"
> 2017-11-10 09:33:51.766229 MyApp[1266:20053] [] nw_host_stats_add_src 
> received error for SRC_ADDED: [22] Invalid argument, dumping backtrace:
> [x86_64] libnetcore-856.30.16
> 0   libsystem_network.dylib 0x0001082f 
> __nw_create_backtrace_string + 123
> 1   libsystem_network.dylib 0x00010830d2f6 
> nw_get_host_stats + 1083
> 2   libnetwork.dylib0x000107d20e9f 
> nw_endpoint_resolver_start_next_child + 1382
> 3   libdispatch.dylib   0x000108073978 
> _dispatch_call_block_and_release + 12
> 4   libdispatch.dylib   0x00010809d0cd 
> _dispatch_client_callout + 8
> 5   libdispatch.dylib   0x00010807ae17 
> _dispatch_queue_serial_drain + 236
> 6   libdispatch.dylib   0x00010807bb4b 
> _dispatch_queue_invoke + 1073
> 7   libdispatch.dylib   0x00010807e385 
> _dispatch_root_queue_drain + 720
> 8   libdispatch.dylib   0x00010807e059 
> _dispatch_worker_thread3 + 123
> 9   libsystem_pthread.dylib 0x0001084501ca 
> _pthread_wqthread + 1387
> 10  libsystem_pthread.dylib 0x00010844fc4d start_wqthread 
> + 13
> {code}
> It is only happening on iOS 10.1.X - 10.2.X, with ios 4.5.3 or 4.5.1 (maybe 
> before, I didn't try).
> I am sure my app was working before on ios 10.2, so the issue maybe happened 
> with the new Xcode 9.1 or something,
> Hope this can be fixed,
> Regards



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-27 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13505:
-

Based on the images you have posted it seems that the launch image is getting 
cropped when it is displayed on the iPhone X. This is the expected behavior 
according to Apple's documentation. You could try using the specific launch 
image size for the iPhone X and seeing if that helps you. Another thing you 
could try would be to decrease the size of the actual logo so that when it gets 
cropped on the X you will still have space on the left/right.

https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/launch-screen/

> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13594) Cordova version is incorrect in released cordova 4.5.4

2017-11-27 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13594:
-

[~jcesarmobile] ahhh, I can see what you mean now! I will be sure to have this 
fixed for the next release. All the fixes we wanted in 4.5.4 were properly 
added, not sure if this specific issue warrants another release just to fix it.

> Cordova version is incorrect in released cordova 4.5.4
> --
>
> Key: CB-13594
> URL: https://issues.apache.org/jira/browse/CB-13594
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: saurabh dwivedi
>Assignee: Suraj Pindoria
>
> Cordova version need to be updated in CDVAvailability.h file.
> In Cordova (iOS) 4.5.4,
> Steps:
> on calling [CDVDevice cordovaVersion].
> Output: 4.5.3
> Console Log:
> Apache Cordova native platform version 4.5.3 is starting.
> Note: Master branches has this changes. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-22 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13505:
-

Have you tried the following steps here:

https://stackoverflow.com/questions/46232812/cordova-app-not-displaying-correctly-on-iphone-x-simulator

> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-22 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13505:
-

Depending on your app you can use a single launch image or multiple. Here are 
the docs:

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#single-image-launch-screen

> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-22 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13411:
-

Depending on your app you can use a single launch image or multiple. Here are 
the docs:

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#single-image-launch-screen

> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13595) cordova build ios --device --release not work

2017-11-21 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13595:
-

On a clean project I am failing at the step just above yours, Check 
Dependencies, due to my provisioning profiles. Once I fix that I am able to 
build with "cordova build ios --device". Once thing I am noticing is you are 
using your /Volumes/ directory, is there a specific reason for this? That is a 
system folder and it does not have write access to all users by default. If you 
look at the line just above "Archive Failed" it says that the failure is 
happening with the "ln" command, which could maybe suggest permissions. 

> cordova build ios --device --release not work
> -
>
> Key: CB-13595
> URL: https://issues.apache.org/jira/browse/CB-13595
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: cordova -v︰7.1.0
> node -v︰8.9.1
> Xcode 9.1(9B55)
> cordova ios︰4.5.3
> macOS High Sierra 10.13
>Reporter: Colin Bau
>Assignee: Suraj Pindoria
>  Labels: ios
>
> step 1
> I import my Provisioning Profiles to keychain (double click)
> !https://www.littlebau.com/ios/step1/01.png!
> !https://www.littlebau.com/ios/step1/02.png!
> step 2
> I prepare the build.json file (I tried the older format and new format but 
> still no luck)
> I am very sure the "provisionProfile" is correct (it was my 
> provisionProfile's UUID)
> [link 
> title|https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#using-buildjson]
> !https://www.littlebau.com/ios/step2/01.png!
> !https://www.littlebau.com/ios/step2/02.png!
> step 3
> I use Xcode and setting the Signing,it will build success
> !https://www.littlebau.com/ios/step3/01.png!
> !https://www.littlebau.com/ios/step3/02.png!
> step 4
> but if I use︰cordova build ios --device --release
> it will  "ARCHIVED FAIL"
> !https://www.littlebau.com/ios/step4/01.png!
> !https://www.littlebau.com/ios/step4/02.png!
> !https://www.littlebau.com/ios/step4/03.png!
> in previous cordova-ios version,above workflow is work perfect and it will 
> generate a ipa format file finally
> but in new cordova-ios or Xcode version,it seem not work anymore
> if I miss something or give me some hint to solve it ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-13595) cordova build ios --device --release not work

2017-11-21 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria edited comment on CB-13595 at 11/22/17 12:54 AM:


On a clean project I am failing at the step just above yours, Check 
Dependencies, due to my provisioning profiles. Once I fix that I am able to 
build with "cordova build ios --device". One thing I am noticing is you are 
using your /Volumes/ directory, is there a specific reason for this? That is a 
system folder and it does not have write access to all users by default. If you 
look at the line just above "Archive Failed" it says that the failure is 
happening with the "ln" command, which could maybe suggest permissions. 


was (Author: surajpindoria):
On a clean project I am failing at the step just above yours, Check 
Dependencies, due to my provisioning profiles. Once I fix that I am able to 
build with "cordova build ios --device". Once thing I am noticing is you are 
using your /Volumes/ directory, is there a specific reason for this? That is a 
system folder and it does not have write access to all users by default. If you 
look at the line just above "Archive Failed" it says that the failure is 
happening with the "ln" command, which could maybe suggest permissions. 

> cordova build ios --device --release not work
> -
>
> Key: CB-13595
> URL: https://issues.apache.org/jira/browse/CB-13595
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: cordova -v︰7.1.0
> node -v︰8.9.1
> Xcode 9.1(9B55)
> cordova ios︰4.5.3
> macOS High Sierra 10.13
>Reporter: Colin Bau
>Assignee: Suraj Pindoria
>  Labels: ios
>
> step 1
> I import my Provisioning Profiles to keychain (double click)
> !https://www.littlebau.com/ios/step1/01.png!
> !https://www.littlebau.com/ios/step1/02.png!
> step 2
> I prepare the build.json file (I tried the older format and new format but 
> still no luck)
> I am very sure the "provisionProfile" is correct (it was my 
> provisionProfile's UUID)
> [link 
> title|https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#using-buildjson]
> !https://www.littlebau.com/ios/step2/01.png!
> !https://www.littlebau.com/ios/step2/02.png!
> step 3
> I use Xcode and setting the Signing,it will build success
> !https://www.littlebau.com/ios/step3/01.png!
> !https://www.littlebau.com/ios/step3/02.png!
> step 4
> but if I use︰cordova build ios --device --release
> it will  "ARCHIVED FAIL"
> !https://www.littlebau.com/ios/step4/01.png!
> !https://www.littlebau.com/ios/step4/02.png!
> !https://www.littlebau.com/ios/step4/03.png!
> in previous cordova-ios version,above workflow is work perfect and it will 
> generate a ipa format file finally
> but in new cordova-ios or Xcode version,it seem not work anymore
> if I miss something or give me some hint to solve it ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13595) cordova build ios --device --release not work

2017-11-21 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13595:
-

Error code 65 is usually related to an issue with your provisioning profiles. 
Double check on your developer account that the profiles you are using are 
still valid and properly associated with the app ID you are using for your 
project.

> cordova build ios --device --release not work
> -
>
> Key: CB-13595
> URL: https://issues.apache.org/jira/browse/CB-13595
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: cordova -v︰7.1.0
> node -v︰8.9.1
> Xcode 9.1(9B55)
> cordova ios︰4.5.3
> macOS High Sierra 10.13
>Reporter: Colin Bau
>Assignee: Suraj Pindoria
>  Labels: ios
>
> step 1
> I import my Provisioning Profiles to keychain (double click)
> !https://www.littlebau.com/ios/step1/01.png!
> !https://www.littlebau.com/ios/step1/02.png!
> step 2
> I prepare the build.json file (I tried the older format and new format but 
> still no luck)
> I am very sure the "provisionProfile" is correct (it was my 
> provisionProfile's UUID)
> [link 
> title|https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#using-buildjson]
> !https://www.littlebau.com/ios/step2/01.png!
> !https://www.littlebau.com/ios/step2/02.png!
> step 3
> I use Xcode and setting the Signing,it will build success
> !https://www.littlebau.com/ios/step3/01.png!
> !https://www.littlebau.com/ios/step3/02.png!
> step 4
> but if I use︰cordova build ios --device --release
> it will  "ARCHIVED FAIL"
> !https://www.littlebau.com/ios/step4/01.png!
> !https://www.littlebau.com/ios/step4/02.png!
> !https://www.littlebau.com/ios/step4/03.png!
> in previous cordova-ios version,above workflow is work perfect and it will 
> generate a ipa format file finally
> but in new cordova-ios or Xcode version,it seem not work anymore
> if I miss something or give me some hint to solve it ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13598) Build fails due to missing launch images

2017-11-21 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13598.
---
Resolution: Not A Bug

> Build fails due to missing launch images
> 
>
> Key: CB-13598
> URL: https://issues.apache.org/jira/browse/CB-13598
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Stein Desmet
>Assignee: Suraj Pindoria
>
> Build fails on version 4.5.3 and 4.5.4, because the images referenced for 
> IphoneX in Contents.json in  Images.xcassets/LaunchImage.launchimage are not 
> available.
> For example, Contents.json refers to 'Default-2436h.png', but this file is 
> not present.
> Workaround: manually specify splash screens for iphone X in config.xml.
>
> {code:xml}
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13598) Build fails due to missing launch images

2017-11-21 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13598:
-

Yes, I am aware that the files for this default launch images are not present. 
But it shouldn't prevent you from building an app. It may cause issues when you 
try to upload to the app store though.

Going to close this issue.

> Build fails due to missing launch images
> 
>
> Key: CB-13598
> URL: https://issues.apache.org/jira/browse/CB-13598
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Stein Desmet
>Assignee: Suraj Pindoria
>
> Build fails on version 4.5.3 and 4.5.4, because the images referenced for 
> IphoneX in Contents.json in  Images.xcassets/LaunchImage.launchimage are not 
> available.
> For example, Contents.json refers to 'Default-2436h.png', but this file is 
> not present.
> Workaround: manually specify splash screens for iphone X in config.xml.
>
> {code:xml}
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13584) app gets rejected with invalid image path for AppIcon83.5x83.5 error while uploading to appstore

2017-11-20 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13584:
-

My project has that entry in .plist empty as well. You can check whether your 
icons are being properly added by looking at 
"./platforms/ios/MyAppName/Images.xcassets/AppIcon.appiconset/Contents.json"

> app gets rejected with invalid image path for AppIcon83.5x83.5 error while 
> uploading to appstore
> 
>
> Key: CB-13584
> URL: https://issues.apache.org/jira/browse/CB-13584
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Khalid Salman
>Assignee: Suraj Pindoria
>Priority: Minor
>
> Hi there,
> I cannot get around an icon problem for a week now. Please help I cannot 
> upload my app to app store.
> Everything is fine till I try to upload it. Means I can build it, run it in 
> simulator, etc... but can't push to app store.
> It doesn't give up on this weird error message no matter what I do: _ERROR 
> ITMS-90032: "Invalid Image Path - No image found at the path referenced under 
> key 'CFBundleIcons': 'AppIcon83.5.x83.5'"_
> Here is my icon settings in config.xml file:
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> Please let me know what am I missing about this AppIcon83.5x83.5 icon that 
> nobody else is complaining about in any forms as far as I can see while it's 
> killing me here...
> I'm using the current latest version of cordova cli (7.1.0) and cordova-ios 
> (4.5.3) in the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13584) app gets rejected with invalid image path for AppIcon83.5x83.5 error while uploading to appstore

2017-11-20 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13584:
-

This is weird. I just double checked and I don't see in the Apple docs that you 
need an icon size for 83.5 x 83.5. In my test project I can see all the icons 
are added and there doesn't seem to be any that are missing. The only icon with 
83.5 is the 2x version which you seem to have in your project.

https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/

> app gets rejected with invalid image path for AppIcon83.5x83.5 error while 
> uploading to appstore
> 
>
> Key: CB-13584
> URL: https://issues.apache.org/jira/browse/CB-13584
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Khalid Salman
>Assignee: Suraj Pindoria
>Priority: Minor
>
> Hi there,
> I cannot get around an icon problem for a week now. Please help I cannot 
> upload my app to app store.
> Everything is fine till I try to upload it. Means I can build it, run it in 
> simulator, etc... but can't push to app store.
> It doesn't give up on this weird error message no matter what I do: _ERROR 
> ITMS-90032: "Invalid Image Path - No image found at the path referenced under 
> key 'CFBundleIcons': 'AppIcon83.5.x83.5'"_
> Here is my icon settings in config.xml file:
> {code:xml}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> Please let me know what am I missing about this AppIcon83.5x83.5 icon that 
> nobody else is complaining about in any forms as far as I can see while it's 
> killing me here...
> I'm using the current latest version of cordova cli (7.1.0) and cordova-ios 
> (4.5.3) in the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13594) Cordova version is incorrect in released cordova 4.5.4

2017-11-20 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13594:
-

cordova-ios@4.5.4 has not been released yet, it is still being voted on. I have 
pushed the latest changes to master but it will not be available from npm until 
the voting has finished.

> Cordova version is incorrect in released cordova 4.5.4
> --
>
> Key: CB-13594
> URL: https://issues.apache.org/jira/browse/CB-13594
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: saurabh dwivedi
>Assignee: Suraj Pindoria
>
> Cordova version need to be updated in CDVAvailability.h file.
> In Cordova (iOS) 4.5.4,
> Steps:
> on calling [CDVDevice cordovaVersion].
> Output: 4.5.3
> Console Log:
> Apache Cordova native platform version 4.5.3 is starting.
> Note: Master branches has this changes. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13561) ios 10.1, 10.2 and nw_host_stats_add_src received error

2017-11-20 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13561:
-

Sorry for the delay in responding, I have not had a chance to look at this yet. 
Been working on getting the next iOS release out. I will look at this issue 
this week.

> ios 10.1, 10.2 and nw_host_stats_add_src received error
> ---
>
> Key: CB-13561
> URL: https://issues.apache.org/jira/browse/CB-13561
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: thibaut
>Assignee: Suraj Pindoria
>
> Hi guys,
> I just saw this issue yesterday. On an iphone running iOs 10.2.X, if one of 
> this plugin is installed :
> - cordova-plugin-facebook4
> - cordova-plugin-fabric
> (maybe more)
> We will have this error when running the app, and the phone is working after 
> like crazy :
> {code:java}
> MyApp[1266:20053] [] __nwlog_err_simulate_crash_libsystem libsystem simulate 
> crash unavailable "libsystem_network.dylib: nw_host_stats_add_src :: received 
> error for SRC_ADDED: [22] Invalid argument"
> 2017-11-10 09:33:51.766229 MyApp[1266:20053] [] nw_host_stats_add_src 
> received error for SRC_ADDED: [22] Invalid argument, dumping backtrace:
> [x86_64] libnetcore-856.30.16
> 0   libsystem_network.dylib 0x0001082f 
> __nw_create_backtrace_string + 123
> 1   libsystem_network.dylib 0x00010830d2f6 
> nw_get_host_stats + 1083
> 2   libnetwork.dylib0x000107d20e9f 
> nw_endpoint_resolver_start_next_child + 1382
> 3   libdispatch.dylib   0x000108073978 
> _dispatch_call_block_and_release + 12
> 4   libdispatch.dylib   0x00010809d0cd 
> _dispatch_client_callout + 8
> 5   libdispatch.dylib   0x00010807ae17 
> _dispatch_queue_serial_drain + 236
> 6   libdispatch.dylib   0x00010807bb4b 
> _dispatch_queue_invoke + 1073
> 7   libdispatch.dylib   0x00010807e385 
> _dispatch_root_queue_drain + 720
> 8   libdispatch.dylib   0x00010807e059 
> _dispatch_worker_thread3 + 123
> 9   libsystem_pthread.dylib 0x0001084501ca 
> _pthread_wqthread + 1387
> 10  libsystem_pthread.dylib 0x00010844fc4d start_wqthread 
> + 13
> {code}
> It is only happening on iOS 10.1.X - 10.2.X, with ios 4.5.3 or 4.5.1 (maybe 
> before, I didn't try).
> I am sure my app was working before on ios 10.2, so the issue maybe happened 
> with the new Xcode 9.1 or something,
> Hope this can be fixed,
> Regards



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13579) Cordova-iOS Platform Release November 15, 2017

2017-11-15 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13579:
---

 Summary: Cordova-iOS Platform Release November 15, 2017
 Key: CB-13579
 URL: https://issues.apache.org/jira/browse/CB-13579
 Project: Apache Cordova
  Issue Type: Task
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-14 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

[~Jespertheend] You are right that the error is actually with 
cordova-plugin-wkwebview-engine. I just tested adding the above code you 
mentioned and that does fix the issue. Once I finish off the current 
cordova-ios release I will work on getting the wkwebview plugin updated.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png, screenshot-6.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

Ahh, I see what you mean about the white bars during the splashscreen. I wasn't 
seeing that before as the image I was using was a solid white block. Double 
check your actual image, I was seeing a similar white bar at the bottom during 
splash but it was because my image actually had white space below the solid 
color I had selected. Once I fixed the image it was showing the splash in full 
screen.

As for the white bar in the application, mine goes away once I add the 
"viewport-fit=cover".

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

Make sure that you have included the new splashscreen sizes that are required 
for launch storyboards to work.

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/#launch-storyboard-images

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13559) Poor performance and crashes marshalling large ArrayBuffers from JS to Native side on iOS

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13559:
-

Ok cool, I'll take a look into this.

> Poor performance and crashes marshalling large ArrayBuffers from JS to Native 
> side on iOS
> -
>
> Key: CB-13559
> URL: https://issues.apache.org/jira/browse/CB-13559
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova-ios@4.3.0, cordova-ios 4.5.0
> Environment: iOS 10.3 Simulator
> Using cordova-plugin-wkwebview-engine
>Reporter: Tim Hambourger
>Assignee: Suraj Pindoria
>Priority: Critical
> Attachments: iOS Exec timeline.png
>
>
> I'm doing performance analysis on an application that's attempting to write 
> an approx. 10 MB Blob to disk using the File plugin. The uint8ToBase64 
> function called by iOSExec looks like a particular bottleneck. I'm seeing 
> large memory increases followed by GCs taking approx 1.5 secs. The attached 
> screenshot has a typical Safari timeline.
> After some initial testing, it looks like re-implementing uint8ToBase64 using 
> String.fromCharCode and window.btoa, rather than string appending, might 
> yield some improvements. Some alternate implementations at 
> [https://github.com/github-tools/github/issues/137] and 
> [https://stackoverflow.com/questions/9267899/arraybuffer-to-base64-encoded-string].
> Is this something you would consider taking a look at? We're also weighing 
> strategies to reduce our file size and the frequency of our writes, but a 
> platform-level fix would be a huge help.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

cordova: 7.1.0
cordova-ios: 4.5.3
cordova-plugin-splashscreen: 4.0.3

Yes, it is working properly on both iPhone 8 and X.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13561) ios 10.1, 10.2 and nw_host_stats_add_src received error

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13561:
-

Do you have any reproduction steps to force this error to come up? Or is just 
occurring after running the app for awhile?

> ios 10.1, 10.2 and nw_host_stats_add_src received error
> ---
>
> Key: CB-13561
> URL: https://issues.apache.org/jira/browse/CB-13561
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: thibaut
>Assignee: Suraj Pindoria
>
> Hi guys,
> I just saw this issue yesterday. On an iphone running iOs 10.2.X, if one of 
> this plugin is installed :
> - cordova-plugin-facebook4
> - cordova-plugin-fabric
> (maybe more)
> We will have this error when running the app, and the phone is working after 
> like crazy :
> {code:java}
> MyApp[1266:20053] [] __nwlog_err_simulate_crash_libsystem libsystem simulate 
> crash unavailable "libsystem_network.dylib: nw_host_stats_add_src :: received 
> error for SRC_ADDED: [22] Invalid argument"
> 2017-11-10 09:33:51.766229 MyApp[1266:20053] [] nw_host_stats_add_src 
> received error for SRC_ADDED: [22] Invalid argument, dumping backtrace:
> [x86_64] libnetcore-856.30.16
> 0   libsystem_network.dylib 0x0001082f 
> __nw_create_backtrace_string + 123
> 1   libsystem_network.dylib 0x00010830d2f6 
> nw_get_host_stats + 1083
> 2   libnetwork.dylib0x000107d20e9f 
> nw_endpoint_resolver_start_next_child + 1382
> 3   libdispatch.dylib   0x000108073978 
> _dispatch_call_block_and_release + 12
> 4   libdispatch.dylib   0x00010809d0cd 
> _dispatch_client_callout + 8
> 5   libdispatch.dylib   0x00010807ae17 
> _dispatch_queue_serial_drain + 236
> 6   libdispatch.dylib   0x00010807bb4b 
> _dispatch_queue_invoke + 1073
> 7   libdispatch.dylib   0x00010807e385 
> _dispatch_root_queue_drain + 720
> 8   libdispatch.dylib   0x00010807e059 
> _dispatch_worker_thread3 + 123
> 9   libsystem_pthread.dylib 0x0001084501ca 
> _pthread_wqthread + 1387
> 10  libsystem_pthread.dylib 0x00010844fc4d start_wqthread 
> + 13
> {code}
> It is only happening on iOS 10.1.X - 10.2.X, with ios 4.5.3 or 4.5.1 (maybe 
> before, I didn't try).
> I am sure my app was working before on ios 10.2, so the issue maybe happened 
> with the new Xcode 9.1 or something,
> Hope this can be fixed,
> Regards



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13552) iOS Cordova Build overwriting Bundle Display Name

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13552:
-

AFAIK it has been available for awhile using the "name" tag in config.xml.

> iOS Cordova Build overwriting Bundle Display Name
> -
>
> Key: CB-13552
> URL: https://issues.apache.org/jira/browse/CB-13552
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: OSX 10.12.6; Cordova 7.1.0
>Reporter: Adam De Lay
>Assignee: Suraj Pindoria
>
> I change my Bundle Display Name in my plist file (or in Xcode) and then I go 
> to use cordova to build my application and when I do, the Bundle Display Name 
> is being changed to the name tag from the config.xml.  This is something new 
> that I noticed in 4.5.1.  I've built hundreds of apps before and never had 
> this problem.  I tried upgrading to 4.5.3 to see if it would fix the issue 
> and it doesn't.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

I have been testing this over the last few days and when using 
"viewport-fit=cover" in the meta tag along with the splashscreen plugin to take 
advantage of launch storyboards I have not been seeing this issue. Please make 
sure you are using both of these and try testing your application again.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png, screenshot-4.png, screenshot-5.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13559) Poor performance and crashes marshalling large ArrayBuffers from JS to Native side on iOS

2017-11-10 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13559:
-

Was this tested only on the simulator or on an actual device as well? The 
simulator does not provide accurate performance benchmarks so that may also be 
why you are seeing this.

> Poor performance and crashes marshalling large ArrayBuffers from JS to Native 
> side on iOS
> -
>
> Key: CB-13559
> URL: https://issues.apache.org/jira/browse/CB-13559
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova-ios@4.3.0, cordova-ios 4.5.0
> Environment: iOS 10.3 Simulator
> Using cordova-plugin-wkwebview-engine
>Reporter: Tim Hambourger
>Assignee: Suraj Pindoria
>Priority: Critical
> Attachments: iOS Exec timeline.png
>
>
> I'm doing performance analysis on an application that's attempting to write 
> an approx. 10 MB Blob to disk using the File plugin. The uint8ToBase64 
> function called by iOSExec looks like a particular bottleneck. I'm seeing 
> large memory increases followed by GCs taking approx 1.5 secs. The attached 
> screenshot has a typical Safari timeline.
> After some initial testing, it looks like re-implementing uint8ToBase64 using 
> String.fromCharCode and window.btoa, rather than string appending, might 
> yield some improvements. Some alternate implementations at 
> [https://github.com/github-tools/github/issues/137] and 
> [https://stackoverflow.com/questions/9267899/arraybuffer-to-base64-encoded-string].
> Is this something you would consider taking a look at? We're also weighing 
> strategies to reduce our file size and the frequency of our writes, but a 
> platform-level fix would be a huge help.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-08 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13411.
---
Resolution: Fixed

This was fixed with CB-13505

> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13505) Update LaunchScreen story board constrains

2017-11-08 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13505.
---
Resolution: Fixed

Merged this in, thanks!

> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13552) iOS Cordova Build overwriting Bundle Display Name

2017-11-08 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13552:
-

To me this sounds like it is behaving correctly, it may have been a bug 
previously. But you should be making any changes to your project from 
config.xml and the www directory. Is there a particular reason for updating the 
display name inside Xcode?

> iOS Cordova Build overwriting Bundle Display Name
> -
>
> Key: CB-13552
> URL: https://issues.apache.org/jira/browse/CB-13552
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: OSX 10.12.6; Cordova 7.1.0
>Reporter: Adam De Lay
>Assignee: Suraj Pindoria
>
> I change my Bundle Display Name in my plist file (or in Xcode) and then I go 
> to use cordova to build my application and when I do, the Bundle Display Name 
> is being changed to the name tag from the config.xml.  This is something new 
> that I noticed in 4.5.1.  I've built hundreds of apps before and never had 
> this problem.  I tried upgrading to 4.5.3 to see if it would fix the issue 
> and it doesn't.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-11-06 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

I will work on adding those fixes in and will begin the release process this 
week. If all goes well it will be available by the end of this week or early 
next week.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12886) white area where status bar is in iOS 11

2017-10-31 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-12886:
-

There are a few other issues that are tracking some of these iPhone X related 
issues. I am wrapping up the last iOS release and then will work on getting 
these new fixes in. CB-13411 and CB-13505 could possibly help you out with some 
of your issues.

> white area where status bar is in iOS 11
> 
>
> Key: CB-12886
> URL: https://issues.apache.org/jira/browse/CB-12886
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: iOS 11 beta 1
>Reporter: Shazron Abdullah
>  Labels: backlog, ios11
> Fix For: cordova-ios@5.0.0
>
> Attachments: ios11.png, screenshot-1.png, screenshot-2.png, 
> screenshot-3.png
>
>
> See attached screenshot. Using WKWebView plugin, new app.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13493) Cordova-iOS Platform Release October 25, 2017

2017-10-31 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13493.
---
Resolution: Fixed

> Cordova-iOS Platform Release October 25, 2017
> -
>
> Key: CB-13493
> URL: https://issues.apache.org/jira/browse/CB-13493
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13494) cordova-js node_modules is getting removed when running some commands using npm@5

2017-10-25 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13494:
---

 Summary: cordova-js node_modules is getting removed when running 
some commands using npm@5
 Key: CB-13494
 URL: https://issues.apache.org/jira/browse/CB-13494
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-coho
Reporter: Suraj Pindoria


This only seems to be an issue when using npm@5. While going through the 
platform release process, I was attempting to run "coho 
prepare-platform-release-branch ...", but it kept failing with an error saying 
it can't find local grunt. After inspecting the cordova-js directory was able 
to see that node_modules/ was no longer there, even after explicitly running 
"npm install". After downgrading to npm@4 and running 
prepare-platform-release-branch it successfully completed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13493) Cordova-iOS Platform Release October 25, 2017

2017-10-25 Thread Suraj Pindoria (JIRA)
Suraj Pindoria created CB-13493:
---

 Summary: Cordova-iOS Platform Release October 25, 2017
 Key: CB-13493
 URL: https://issues.apache.org/jira/browse/CB-13493
 Project: Apache Cordova
  Issue Type: Task
Reporter: Suraj Pindoria
Assignee: Suraj Pindoria


Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13290) SplashScreen dont handle iPhone X asset catalog image

2017-10-25 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13290.
---
Resolution: Fixed

> SplashScreen dont handle iPhone X asset catalog image
> -
>
> Key: CB-13290
> URL: https://issues.apache.org/jira/browse/CB-13290
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-splashscreen
>Affects Versions: cordova-ios 4.5.0
>Reporter: Stefano Boeri
>
> I've digged into source code but i dont see anything related to iPhone X.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13454) Icon 40x40@2x is not copied

2017-10-19 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13454:
-

Responded on GitHub but will also do so here for reference.

I can begin this process and have it released by next week. In the meantime, if 
you want to update your config.xml to use the master version of cordova-ios 
like so:
https://github.com/apache/cordova-ios; />, that should 
get your CI back in order.

> Icon 40x40@2x is not copied
> ---
>
> Key: CB-13454
> URL: https://issues.apache.org/jira/browse/CB-13454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Thomas Brian
>Assignee: Suraj Pindoria
>
> Hi,
> The 40...@2x.png icon (80x80) is no longer copied in cordova-ios 4.5.2.
> This is a regression from version 4.5.1.
> The commit that introduced the bug is this one 
> https://github.com/apache/cordova-ios/pull/341/commits/7b7964f349276ac3f3452e2dad817dfdadca29b3
>  
> The file names in prepare.js were re-ordered but the line {dest: 
> 'icon...@2x.png', width: 80, height: 80} got deleted by mistake.
> Have a nice day,
> Thomas



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13464) System Log does not work for Simulator with iOS 11

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13464:
-

Not sure if this is an issue with Cordova, but it may just be a Simulator 
quirk. If I deploy the app from Xcode to the Simulator I am able to see the 
logs in the Xcode developer console. Also, if you use Safari remote debugging 
you can also see the logs being output there as well.

> System Log does not work for Simulator with iOS 11
> --
>
> Key: CB-13464
> URL: https://issues.apache.org/jira/browse/CB-13464
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
> Environment: macOS 10.13; Xcode 9.0; cordova-ios@4.5.2
>Reporter: Radek Matěj
>Assignee: Suraj Pindoria
>Priority: Minor
>
> When running Cordova app on Simulator with iOS 11, console.log does not 
> appear in System Log.
> - it works in Safari dev tools console
> - it works when deploying to a simulator with iOS 10.3
> - the only record from the app in System Log for iOS 11 is:
> {code}
> HelloCordova[39532]: assertion failed: 17A405 15A372: libxpc.dylib + 69578 
> [D870A237-D3A7-31F5-AAD4-CE880C0C8E7B]: 0x7d
> {code}
> Steps to reproduce:
> - create and run empty Cordova project in Simulator:
> {code}
> cordova create test
> cd test
> cordova platform add ios
> cordova emulate --target="iPhone-6, 11.0" # vs cordova emulate 
> --target="iPhone-6, 10.3"
> {code}
> - open log (Debug → Open System Log...)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13458) Build issues while exporting and manual code signing even on cordova-ios 4.5.2

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13458:
-

What is the full command you are using to try and build?

> Build issues while exporting and manual code signing even on cordova-ios 4.5.2
> --
>
> Key: CB-13458
> URL: https://issues.apache.org/jira/browse/CB-13458
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Dennis Patzer
>Assignee: Suraj Pindoria
>Priority: Blocker
>
> After running cordova build ios with manual signing enabled in xcode 9, I get 
> the following error even after updating to cordova-ios 4.5.2 that should've 
> fixed this issue.
> 2017-10-17 21:42:50.890 xcodebuild[2005:19419] [MT] IDEDistribution: 
> -[IDEDistributionLogging
> _createLoggingBundleAtPath:]: Created bundle at path 
> '/var/folders/0g/dd1ww3615ng7n2c4ryjjncbhgn/T/My
> App_2017-10-17_21-42-50.889.xcdistributionlogs'.
> 2017-10-17 21:42:51.455 xcodebuild[2005:19419] [MT] IDEDistribution: 
> Step failed:
> : Error 
> Domain=IDEDistributionSigningAssetStepErrorDomain
> Code=0 "Locating signing assets failed." 
> UserInfo={NSLocalizedDescription=Locating signing assets failed.,
> IDEDistributionSigningAssetStepUnderlyingErrors=(
>  "Error Domain=IDEProvisioningErrorDomain Code=9 \"\"My App.app\" 
> requires a provisioning profile
> with the Push Notifications feature.\" 
> UserInfo={NSLocalizedDescription=\"My App.app\" requires a
> provisioning profile with the Push Notifications feature., 
> NSLocalizedRecoverySuggestion=Add a profile to the
> \"provisioningProfiles\" dictionary in your Export Options property 
> list.}"
> )}
> error: exportArchive: "My App.app" requires a provisioning profile 
> with the Push Notifications feature.
> Error Domain=IDEProvisioningErrorDomain Code=9 ""My App.app" requires 
> a provisioning profile with the
> Push Notifications feature." UserInfo={NSLocalizedDescription="My 
> App.app" requires a provisioning
> profile with the Push Notifications feature., 
> NSLocalizedRecoverySuggestion=Add a profile to the
> "provisioningProfiles" dictionary in your Export Options property 
> list.}
> ** EXPORT FAILED **
> Error: Error code 70 for command: xcodebuild with args: 
> -exportArchive,-archivePath,My
> 
> App.xcarchive,-exportOptionsPlist,/Users/myuser/customers/acme/my_app/app/platforms/ios/exportOptions.plist,-exportPath,/Users/myuser/customers/acme/my_app/app/platforms/ios/build/device



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13454) Icon 40x40@2x is not copied

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13454.
---
Resolution: Fixed

> Icon 40x40@2x is not copied
> ---
>
> Key: CB-13454
> URL: https://issues.apache.org/jira/browse/CB-13454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
>Reporter: Thomas Brian
>Assignee: Suraj Pindoria
>
> Hi,
> The 40...@2x.png icon (80x80) is no longer copied in cordova-ios 4.5.2.
> This is a regression from version 4.5.1.
> The commit that introduced the bug is this one 
> https://github.com/apache/cordova-ios/pull/341/commits/7b7964f349276ac3f3452e2dad817dfdadca29b3
>  
> The file names in prepare.js were re-ordered but the line {dest: 
> 'icon...@2x.png', width: 80, height: 80} got deleted by mistake.
> Have a nice day,
> Thomas



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13453) Relative path not working on ios-10.3 and higher

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13453:
-

I just tested this and it looks like the paths *are* case sensitive. On the 
simulator it works even if the case is different but on the device it does 
matter. Can you retest this using the proper case to match your actual 
directories/files.

> Relative path not working on ios-10.3 and higher
> 
>
> Key: CB-13453
> URL: https://issues.apache.org/jira/browse/CB-13453
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: xcode 9
> iPhone running ios 10.3
>Reporter: Razi Syed
>Assignee: Suraj Pindoria
>
> I am using cordova to build an ios app. The app builds and works fine for ios 
> 9 & ios 10 and the simulator works perfectly fine also. But for ios 11, it 
> throws errors loading all the javascript files in the "scripts" folder. I 
> don't think it's because the folder name is case sensitive. The files all 
> exist. It looks like it's not able to find relative files in the Scripts 
> folder. 
> See the error screenshot below that shows in Safari debugger:
> !https://i.stack.imgur.com/OSb3S.png!
> Any ideas? I would really appreciate any help. Again, this runs perfectly 
> fine on ios 9 and ios 10, has issue only on 11.
> Here is my script includes:
> 
> 
>   
> 
> 
>  src="scripts/knockout.mapping-latest.js">
> 
> 
>  src="scripts/jquery.signalR-2.2.2.min.js">
> https://www.tasksq.com/api/signalr/hubs"; 
> type="text/javascript">
> 
> 
> 
> 
> 
>  src="scripts/knockout.validation.min.js">
>  src="scripts/bootstrap-datetimepicker.min.js">
> 
> 
> 
> 
>  data-main="Scripts/app/main">
> As you can probably tell, the script include in the root or the http one 
> works, just the ones in the script folder have the issue, so is it the way 
> they are being included?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13417) Cordova-iOS Platform Release October 9, 2017

2017-10-18 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria closed CB-13417.
---
Resolution: Fixed

> Cordova-iOS Platform Release October 9, 2017
> 
>
> Key: CB-13417
> URL: https://issues.apache.org/jira/browse/CB-13417
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Suraj Pindoria
>Assignee: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



  1   2   >