如何让语音 webkit 在 Chrome 扩展弹出窗口中工作?

发布于 2024-12-13 07:27:39 字数 415 浏览 3 评论 0原文

像这样的简单代码

<html>
<body>
  <input type="text" id="txtSearch" x-webkit-speech />
</body>
</html>

可以工作正确地在 HTML 页面中。

我正在尝试在 Google Chrome 扩展程序的弹出窗口中使用相同的代码。但单击麦克风图标后,弹出窗口中没有任何反应。

在弹出窗口中使用这样的代码是否有一些限制?或者我还缺少其他东西吗?

A simple code like this

<html>
<body>
  <input type="text" id="txtSearch" x-webkit-speech />
</body>
</html>

works correctly in an HTML page.

I am trying to use the same code in the popup of my Google Chrome extension. But on clicking the mic icon, nothing happens in the popup.

Are there some restrictions to use code like this for popups? Or am I missing something else?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

铜锣湾横着走 2024-12-20 07:27:39

显然,它正在开发中,但我无法从中解析出自 2011 年 12 月 15 日以来的任何进展。
http://code.google.com/p/chromium/issues/detail ?id=97388

It's being worked on, apparently, but I can't parse out from this any progress since Dec 15, 2011.
http://code.google.com/p/chromium/issues/detail?id=97388

节枝 2024-12-20 07:27:39

该错误似乎仍未修复:
https://code.google.com/p/chromium/issues/detail?can=2&q=102473&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20Status% 20Owner%20Summary&id=102473

此外,有人建议使用Chrome 语音输入 API :
https://developer.chrome.com/extensions/experimental.speechInput.html
但 :
1. 此 API 是实验性的,需要 Chrome 选中“实验性 API”标志(默认情况下并非如此)。
2.我在几个操作系统上进行了测试,它使chrome 23在Win XP上崩溃,这非常烦人。

The bug still hasn't been fixed it seems :
https://code.google.com/p/chromium/issues/detail?can=2&q=102473&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20Status%20Owner%20Summary&id=102473

Furthemore, someone recommends to use the chrome speech input API :
https://developer.chrome.com/extensions/experimental.speechInput.html
but :
1. This API is experimental and requires Chrome to have the "experimental API" flag checked (which isn't by default).
2. I have tested it on a few OS, and it makes chrome 23 crash on Win XP, which is very annoying.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文