JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
682 stars 121 forks source link

React Pwa issue #104

Closed Ashish117 closed 2 years ago

Ashish117 commented 3 years ago

Hi, I built a react PWA and implemented the library, I am using an iOS device with latest os, I am successfully able to use it in safari but as an app it is not asking for microphone permission when triggering SpeechRecognition.startListening() . I tested navigator.mediaDevices.getUserMedia({ audio: true }); and it is asking for permission and starts recording but the library is not working on Pwa when it is added to homescreen.

 version: 3.8.2
JamesBrill commented 3 years ago

Hi @Ashish117 Some comments:

JamesBrill commented 2 years ago

Closed due to inactivity.