poiuytrez/SpeechRecognizer

Error: exec proxy not found for :: SpeechRecognition :: isRecognitionAvailable

Opened this issue · 1 comments

Hi, I am getting this error while following a tutorial on youtube for ionic framework, I installed the plugin and ran this command 'ionic cordova run browser'. this is the code

import { SpeechRecognition } from '@ionic-native/speech-recognition';

constructor(public navCtrl: NavController, public navParams: NavParams, public speech: SpeechRecognition) {
}
async isSpeechSupported(): Promise {
const isAvailable = await this.speech.isRecognitionAvailable();
console.log(isAvailable);
alert(isAvailable);
return isAvailable;
}

Try and debug by doing ionic cordova run android and check the bug report of the emulator. Alternatively, do chrome://inspect