[GitHub] cordova-plugin-media pull request: Add seekCompleteCallback to see...

2016-05-18 Thread mattgrande
Github user mattgrande commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/37#issuecomment-220071799 lol, love that CI runs 18 months after the fact. I no longer need this, so if someone wants to build a new PR using my code, please feel free. --- If y

[GitHub] cordova-plugin-media pull request: Add seekCompleteCallback to see...

2016-05-17 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/37#issuecomment-219898347 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-media/pull/37/commits/730b1dbef264f

[GitHub] cordova-plugin-media pull request: Add seekCompleteCallback to see...

2014-11-28 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/37#issuecomment-64910259 Certainly seems like a useful feature -- is there a JIRA issue for it yet? --- If your project is set up for it, you can reply to this email and have your r

[GitHub] cordova-plugin-media pull request: Add seekCompleteCallback to see...

2014-11-14 Thread mattgrande
GitHub user mattgrande opened a pull request: https://github.com/apache/cordova-plugin-media/pull/37 Add seekCompleteCallback to seekTo. I had created an audio sprite elsewhere: var sprite = new Media(/* omitted */); sprite.play(); sprite.pause();