JamesBrill/react-speech-recognition

browserSupportsSpeechRecognition returns true on Chrome iOS when it should be false

philipkaufholz-8451 opened this issue · 0 comments

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!