Eftichios Thergiakis

Results 6 comments of Eftichios Thergiakis

Sure! Here's my button ``` SpeechRecognition.startListening({ continuous: true }) } onMouseUp={SpeechRecognition.stopListening} > ``` And here's a use effect ``` useEffect(() => { console.log("listening", listening); console.log("is mic available", isMicrophoneAvailable); console.log("browser support",...

Thanks for the reply. This makes sense actually. So in other words `react-speech-recognition` only would be able to work on Google Chrome? I suspected that detection doesn't work well too,...

Gonna try implementing it with a polyfill then. Thanks a lot for your time!

@JamesBrill I managed to get it working eventually with polyfill. Another problem I noticed is that there are CORS problems when the polyfill gets initialised sometimes. It's really weird cause...

And just now the error disappeared again after a few refreshes on the page, I think the login fails sometimes hence the error.

Hey, sure! Let me know when this is patched ;) Glad to use your code