Reputation: 2294
var options = { limit: 1, duration: 3 };
navigator.device.capture.captureAudio(captureSuccess, captureError, options);
The org.apache.cordova.media-capture 0.3.6 "Capture"
works in the simulation. That will show a recording UI.
But after I uploaded the app to Ionic View. It doesn't work in Ionic View app.
Upvotes: 1
Views: 746
Reputation: 531
Capture plugin is not yet supported by ionic view.
Please see the list of supported plugins in this link.
Have answered the similar issue in ngCordova capture not working on device
Upvotes: 1