Speech Recognition (SOLVED)

Sorry!

I modified the code changing:
var recognition = new SpeechRecognition(); => var recognition = new webkitSpeechRecognition();

Then, it’s works in computer.

Using: var recognition = new SpeechRecognition(); It works in mobile.

Thanks a lot!

1 Like