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

iOS 10 not working #100

Open
pallaviMN opened this issue Oct 4, 2017 · 3 comments
Open

iOS 10 not working #100

pallaviMN opened this issue Oct 4, 2017 · 3 comments

Comments

@pallaviMN
Copy link

Hi Team,

Used the plugin & provided permission in the info.plist. But its not working in iOS 10. getting error code 216.

if (error) {
NSLog(@"error");
[self stopAndRelease];
[self sendErrorWithMessage:error.localizedFailureReason andCode:error.code];
}

Failing in this code. I am developing in ionic. Please help

@greggreenhaw
Copy link

I'm getting the same error in ios 10

var recognition = new SpeechRecognition();

recognition.onresult = function (event) {
console.log(event)
}
recognition.onerror = function (event) {
console.log(event)
}
recognition.onend = function (event) {
console.log(event)
}
recognition.start();

@pratikq23
Copy link

Did you get solution for your problem? I'm having same issue

@greggreenhaw
Copy link

greggreenhaw commented May 9, 2019 via email

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

3 participants