Shingo Toda created CB-4666: ------------------------------- Summary: "duration" and "position" properties in a Media object cannot be read Key: CB-4666 URL: https://issues.apache.org/jira/browse/CB-4666 Project: Apache Cordova Issue Type: Bug Components: Android, Plugin Media Affects Versions: 2.9.0 Environment: Android 4.0.4 on physical device. Reporter: Shingo Toda Assignee: Joe Bowser Priority: Minor
position and duration properties in Media objects are undefined then cannot be read. {code} var media = new Media(src); expect(media.duration).toBeDefined(); // undefined expect(media.position).toBeDefined(); // undefined {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira