gpt4 book ai didi

javascript - ngCordova 捕获无法在设备上运行

转载 作者:行者123 更新时间:2023-11-29 12:16:10 24 4
gpt4 key购买 nike

我正在尝试使用 Ionic 和 ngCordova 录制音频。

这是我的代码: $scope.captureAudio = function() { var options = { limit: 3, duration: 10 };

$cordovaCapture.captureAudio(options).then(function(audioData) {
// Success! Audio data is here
alert(audioData);
console.log(audioData);
}, function(err) {
// An error occurred. Show a message to the user
alert(err);
});
};

当我在模拟器中运行它时,它工作正常并调出录音机,录音完成后它会注销音频数据。

当我将它上传到 ionic View 并运行它时,我什么也得不到。甚至没有错误。

有没有人以前见过这样的东西?

谢谢凯文

最佳答案

ionic View 尚不支持 $cordovaCapture 插件。

请参阅此 link 中支持的插件列表.

您可以直接使用运行命令在设备中运行代码。

ionic run android

关于javascript - ngCordova 捕获无法在设备上运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31947830/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com