1
我有一個輸入類型的文本字段,其屬性爲x-webkit-speech。帶語音識別功能的輸入法文本輸入法
<input type="text" placeholder="name" x-webkit-speech>
它在Chrome中運行良好,但在Firefox中無法運行。 任何人都知道它是否支持任何方式,在Firefox中?
編輯:是否有任何js/bootstrap插件可用?
我有一個輸入類型的文本字段,其屬性爲x-webkit-speech。帶語音識別功能的輸入法文本輸入法
<input type="text" placeholder="name" x-webkit-speech>
它在Chrome中運行良好,但在Firefox中無法運行。 任何人都知道它是否支持任何方式,在Firefox中?
編輯:是否有任何js/bootstrap插件可用?
x-webkit-speech
只能在鉻中工作。谷歌團隊使用他們的技術和服務器。 (source)
x-webkit-speech
僅適用於Chrome的speech
。 這是w3c doc page爲<input>
屬性speech
好的,謝謝親愛的 –
歡迎您的工作。 –