Jon Mathew created CB-8069:
------------------------------
Summary: capture.captureAudio not working in nexus 7
Key: CB-8069
URL: https://issues.apache.org/jira/browse/CB-8069
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Media Capture
Affects Versions: 3.6.0
Reporter: Jon Mathew
I'm developing one simple application using phonegap for Android devices, in
which one of the functionality is Audio Recording. The snippet to capture voice
is as below -
function captureAudio() {
navigator.device.capture.captureAudio(captureSuccess, captureError, {
limit: 1, duration: 60 });
}
The application is running as expected in Samsung Tab 2 (Android version 4.1.2)
and user can able to record the voice.
The same application I had deployed on Lenovo A 1000 (Android version 4.1.2)
and nexus 7 (Android 4.4) but default voice recorder is not opening and I'm
getting following error in logcat -
In Cordova 3.x version:- android.content.ActivityNotFoundException: No Activity
found to handle Intent { act=android.provider.MediaStore.RECORD_SOUND }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]