We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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();
Sorry, something went wrong.
Did you get solution for your problem? I'm having same issue
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: