emj365
emj365

Reputation: 2294

audio capture plugin doesn't work in ionic view app

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

Answers (1)

Sabarish
Sabarish

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

Related Questions