ALMAJ Posted May 20, 2014 Share Posted May 20, 2014 (edited) So I've a webkit speech search enabled on my prestashop webstoreThis is the code: "<input class="search_query form-control ac_input" type="text" id="search_query_top" name="search_query" placeholder="Pesquisar" value="" speech="speech" x-webkit-speech="x-webkit-speech" x-webkit-grammar="builtin:translate" lang="pt-pt" onclick="this.value = " "="" ""="" onwebkitspeechchange="this.form.submit();" autocomplete="off" -webkit-text-fill-color:"#ffffff"="">" I just put that code on my search box and it works, simple. unfortunately it's not working anymore it seems google discontinued, they have now the new JavaScript Web Speech API.The question is:How to add this new JavaScript Web Speech API on my website?Here is the link to the new JavaScript Web Speech API: http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API Thanks Edited June 21, 2014 by ALMAJ (see edit history) 1 Link to comment Share on other sites More sharing options...
ALMAJ Posted June 21, 2014 Author Share Posted June 21, 2014 Anyone? Link to comment Share on other sites More sharing options...
Recommended Posts