[
https://issues.apache.org/jira/browse/CB-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-8069.
----------------------------
Resolution: Won't Fix
Some devices don't have a recorder app, in those cases you can use
cordova-plugin-media instead
> 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: cordova-plugin-media-capture
> Affects Versions: 3.6.0
> Reporter: Jon Mathew
> Priority: Major
> Labels: media-capture
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> 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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]