Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Failed iOs #110

Open
vasquezdennisalon opened this issue Feb 9, 2020 · 0 comments
Open

Failed iOs #110

vasquezdennisalon opened this issue Feb 9, 2020 · 0 comments

Comments

@vasquezdennisalon
Copy link

I am working the application on ios but I install the library I add all the dependencies and try to do the following

this.speechRecognition.hasPermission ().then ((hasPermission: boolean) => {
        if (! hasPermission) {
                 this.speechRecognition.requestPermission ().then (
                            () => console.log ('Granted'),
                            () => console.log ('Denied')
                 )
        }
});

it does not show the alert to activate voice and microphone recognition and when I start it, it also does not take any action

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

No branches or pull requests

1 participant