javascript - 使用 Chrome for IOS 从网站录音

标签 javascript ios google-chrome

所以我有一个可以录制用户音频的网站。这适用于以下内容:

  • Safari
  • 苹果浏览器
  • Chrome 桌面版
  • 微软边缘桌面
  • Safari 浏览器桌面
  • 等等...

或多或少每台设备,但是在iPhone 上使用chrome 浏览器 时,我无法访问麦克风

有人知道为什么吗? iOS 上的这个特定应用程序是否有限制?

最佳答案

您可以将麦克风用于 Chrome 中的功能,例如语音搜索。

  1. 在您的 iPhone 或 iPad 上,打开 Chrome 应用。
  2. 转到要使用您的麦克风的网站。
  3. 出现提示时,点按允许或阻止。

If you’ve turned off microphone or camera access, you can turn on your mic or camera permissions in your device settings.

From official chrome help center.

关于javascript - 使用 Chrome for IOS 从网站录音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54999341/

相关文章:

javascript - 如何在最新版本 BabelJS 中启用对类属性的支持?

javascript - 使用 node.js 使用来自 azure eventhub 的八位字节流数据

iphone - 处理 CGMutablePath 时内存泄漏

Javascript 将数据保存到文件系统(带用户提示)

google-chrome - 定义 Chrome DevTools 窗口的默认宽度

javascript - React 组件在重新渲染时闪烁

javascript - 在浏览器中从网络摄像头获取 ReadableStream

ios - UILabel 动画宽度

ios - "UI Testing Failure: Did not receive view did disappear notification within 2.0s"错误

javascript - 使用 X 关闭 Chrome 应用程序时 onClosed() 不会触发