I made an app, to record audio, it opens the native recorder, but does not return the audio to view.
.controller('MyCtrl', function ($scope, $cordovaCapture) {
$scope.captureAudio = function () {
var captureSuccess = function (mediaFiles)...
asked by
14.09.2016 / 20:12