Speech input support for text fields is indicated by a microphone icon that
appears on text fields with the "x-webkit-speech" tag. For example:
http://blogs.sitepointstatic.com/examples/tech/speech-input/index.html
Clicking the microphone icon crashes cefclient in revision 266 on Windows.
CEF does not currently implement speech input support so enableSpeechInput
should be set to false in browser_webkit_init.h. To support speech input it
will be necessary to implement WebSpeechInputController and override
WebViewClient::speechInputController().
Original issue reported on code.google.com by magreenb...@gmail.com on 13 Jul 2011 at 1:44
Original issue reported on code.google.com by
magreenb...@gmail.com
on 13 Jul 2011 at 1:44