[ https://issues.apache.org/jira/browse/CB-10882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colin Bau resolved CB-10882. ---------------------------- Resolution: Fixed > "cordova-plugin-media" 2.2.0 seem have a "position" bug with > mediaSound.getCurrentPosition method > ------------------------------------------------------------------------------------------------- > > Key: CB-10882 > URL: https://issues.apache.org/jira/browse/CB-10882 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Media > Affects Versions: 2.2.0 > Environment: Cordova Cli-6.0 > Cordova-iOS 4.1.0 > cordova-plugin-camera 2.1.1 > cordova-plugin-wkwebview-engine 1.0.2 > ipad mini iOS 9.2.1 > my config.xml have these lines > <preference name="AndroidPersistentFileLocation" value="Compatibility" /> > <preference name="iosPersistentFileLocation" value="Compatibility" /> > <preference name="AndroidExtraFilesystems" > value="files,files-external,documents,sdcard,cache,cache-external,root" /> > <preference name="iosExtraFilesystems" > value="library,library-nosync,documents,documents-nosync,cache,bundle,root" /> > Reporter: Colin Bau > Labels: iOS, triaged, wfc > > step1,use the "startRecord" method,Android and iOS seem all work well > (maybe you can record about 1-2 seconds in order to test the step2) > https://github.com/apache/cordova-plugin-media#quick-example-7 > step2,use the "getCurrentPosition" method in order to get the "position" > value within the "setInterval" method > https://github.com/apache/cordova-plugin-media#quick-example > case in Android > the position will get a value around 1.12 seconds to -0.01 seconds > but... > case in IOS > the position value will always get "0" -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org