I have a field in my webapp where users enter a lot of text. I would like to implement the x-webkit-speech element. he works in all
<input>
but I canβt display it in
<textarea name="uxMyInput" rows="30" cols="20" id="uxMyInput" onblur="convert();" style="width:100%;" x-webkit-speech=""></textarea>
javascript html5 google-chrome speech-recognition usability
Lloyd
source share