1
var options = { limit: 1, duration: 3 };
navigator.device.capture.captureAudio(captureSuccess, captureError, options);

模拟中的org.apache.cordova.media-capture 0.3.6 "Capture"作品。这将显示一个录制用户界面。

但是在我将应用程序上传到 Ionic View 之后。它在 Ionic View 应用程序中不起作用。

4

1 回答 1

1

离子视图尚不支持捕获插件。

请参阅此链接中支持的插件列表。

已经回答了ngCordova capture not working on device中的类似问题

于 2015-08-13T03:12:30.700 回答