Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
var options = { limit: 1, duration: 3 }; navigator.device.capture.captureAudio(captureSuccess, captureError, options);
模拟中的org.apache.cordova.media-capture 0.3.6 "Capture"作品。这将显示一个录制用户界面。
org.apache.cordova.media-capture 0.3.6 "Capture"
但是在我将应用程序上传到 Ionic View 之后。它在 Ionic View 应用程序中不起作用。
离子视图尚不支持捕获插件。
请参阅此链接中支持的插件列表。
已经回答了ngCordova capture not working on device中的类似问题