Closed lokeshdaiya closed 4 years ago
Have you finally found a solution to resolve this error ? I have the same one with cordova and android. Thanks
@lokeshdaiya what is the error you are getting?
Error SpeechRecognition is not defined - have someone found a solution for this.
I was getting that error on mobile only and reason was I have to give permission for recording for that app.
declare var SpeechRecognition:any;
Initialized as below
I followed this thread https://forum.ionicframework.com/t/something-different-in-rc3-4-vs-rc2-in-declaration/73590 but still getting error