You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Colin Bau (JIRA)" <ji...@apache.org> on 2016/03/16 03:44:33 UTC

[jira] [Created] (CB-10882) "cordova-plugin-camera" 2.2.0 seem have a "position" bug with mediaSound.getCurrentPosition method

Colin Bau created CB-10882:
------------------------------

             Summary: "cordova-plugin-camera" 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


step1,use the "startRecord" method,Android and iOS 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 value will get a value about 1.12 to -0.01

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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org