[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-11-21 Thread ghenry22
Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-158700040 It's trying to play a local file as a stream due to the path being used by the look of it. Please try using the cordova.file.* paths to get a cdvfile://

[GitHub] cordova-plugin-media pull request: iOS play audio in background

2015-11-21 Thread ghenry22
Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-158699476 That actually isn't something that this code changes, that's the default behaviour of the media plugin. Search for playing audio when locked or in backgr

[GitHub] cordova-plugin-media pull request: iOS play audio in background

2015-11-21 Thread arubinofaux
Github user arubinofaux commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-158697557 @ghenry22 installed the plugin with your work, its able to place an icecast stream but it stops the stream when the device is locked. --- If your

[GitHub] cordova-lib pull request:

2015-11-21 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/commit/a7e71227d2157e677c3ce495341c83916f9b272f#commitcomment-14544628 @purplecabbage , great idea! I forgot to do that when writing the original documentation. I'll create a JIRA to track

[GitHub] cordova-android pull request: CB-9971 Redirect gradlew stderr to c...

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

[GitHub] cordova-plugin-contacts pull request: CB-7906 Prevent app crash wh...

2015-11-21 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/85 CB-7906 Prevent app crash when desiredFields option has undefined items You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] cordova-plugin-media pull request: Streaming & Background threadin...

2015-11-21 Thread dduwab
Github user dduwab commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/62#issuecomment-158635085 I'm having trouble hearing sound from a local mp3 on iOS. I can play a sound from a http:// address but not from the local file tree www/assets/titleMusic.

[GitHub] cordova-plugin-contacts pull request: CB-8156 Call error callback ...

2015-11-21 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/84 CB-8156 Call error callback on pickContact cancellation Also introduce OPERATION_CANCELLED_ERROR as an error code for reporting contact picker cancellation. You can merge t

Cordova Help

2015-11-21 Thread Javid Chowdhary
Greetings, I am an native developer specialize in Android and IOS native . Recently i am into cross platform development . I have developed cross platform app with sencha framework.I have targeted it for android API 22 which is 5.1.1 and with Cordova 5.0.0 .Works perfectly fine with 5.0.2 device b

[GitHub] cordova-android pull request: CB-9971 Redirect gradlew stderr to c...

2015-11-21 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-android/pull/240#issuecomment-158613976 I think current implementation is good enough so let's merge this PR. :+1: to the idea of improving superspawn function so it can cover this case as w