Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paldheeraj25 opened this issue Dec 6, 2017 · 1 comment

Comments

@paldheeraj25
Copy link

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;
}

@michaeloki
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants