Alex Wilmer created CB-11119:
--------------------------------
Summary: "unable to play music while recording audio or video"
error while app is open
Key: CB-11119
URL: https://issues.apache.org/jira/browse/CB-11119
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Media
Reporter: Alex Wilmer
I'm making a very basic app the plays a sound when a timer hits 0. Just a short
beep
This is the only audio related code when the app boots up without any user
input.
{code}
var audio = new Media(path, null,
function (err) {
console.log('media error', err)
}
)
{code}
but QA discovered that when opening up the built in android music app.. playing
any song doesn't work and throws the error "unable to play music while
recording audio or video"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]