JamesBrill / react-speech-recognition

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

browserSupportsSpeechRecognition returns true on Chrome iOS when it should be false #205

Open philipkaufholz-8451 opened 3 months ago

philipkaufholz-8451 commented 3 months ago

browserSupportsSpeechRecognition seems to return true when using Chrome on iOS, despite SpeechRecognition not being supported. I would appreciate a solution that wouldn't involve using another library to detect whether a user is on specifically chrome iOS. Thank you!