incubator-cordova-ios pull request: Allow seekToAudio to work with position...
Github user cpojer closed the pull request at: https://github.com/apache/incubator-cordova-ios/pull/63
incubator-cordova-ios pull request: Allow seekToAudio to work with position...
GitHub user cpojer opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/63 Allow seekToAudio to work with position = 0 Seeking to position 0 does not work. One always needs to set the position to at least 1ms. This fixes the issue. You can merge this pull