[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 Replaced by #121 --- 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

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @stevengill I've created a new pull request. See: https://github.com/apache/cordova-plugin-media/pull/121 --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @stevengill in the newer plugin version, 2.4.0 there is a `pauseAllLostFocus()` and `resumeAllGainedFocus()` functionality. Unfortunately that does not works with the

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-14 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @stevengill This is exactly the behavior. The media should pause as soon as `onPause()` is triggered and resumed on `onResume()` Currently this feature is documented as "Quirk" on

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-11 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 Hey @romedius! Thanks for sending this in! I have a few questions I was hoping you could answer to speed up the review. So right now, media will keep

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-11 Thread katzlbt
Github user katzlbt commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 @ghenry22 Current sources and README do not indicate any deprecation of **_playAudioWhenScreenIsLocked_** in iOS. Which tickets did you read?

[GitHub] cordova-plugin-media issue #54: Handles the "playAudioWhenScreenIsLocked" si...

2016-11-10 Thread romedius
Github user romedius commented on the issue: https://github.com/apache/cordova-plugin-media/pull/54 Hi! the option is listed as an iOs Quirk, but it seems to be supported. I would be willing to integrate it into the new plugin version, if i get a heads up that more people