网页录音插件
摘要:https://github.com/xiangyuecn/Recorder
阅读全文
[uniapp] 爬坑 ios webview中使用麦克风 getUserMedia
摘要:webview中无法访问ios的麦克风,显示找不到对象mediaDevices 但是页面进行一次跳转后就可以获取到mediaDevices了。 可以在mounted中 if(navigator.userAgent.match(/iPad|iPhone/) && !window.location.hr
阅读全文