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 request into a Git repository by running:
$ git pull https://github.com/cpojer/incubator-cordova-ios fix-seek-to-audio
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-ios/pull/63.patch
----
commit 062ef24291b7060c6ea29f9a07cb05dd14a4a7e2
Author: cpojer <[email protected]>
Date: 2012-11-07T23:42:02Z
Allow seekToAudio to work with position = 0
----