Search code examples
cordovaionic-frameworkionic-view

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.


Solution

  • 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