sunboykenneth / react-native-voicebox-speech-rec

A powerful speech recognition library for React Native applications, enabling real-time speech-to-text transcription.
MIT License
16 stars 2 forks source link

fix(ios) : change webView source prop that bare html to uri path #8

Closed lym3074 closed 1 month ago

lym3074 commented 1 month ago

related : #7 User permission check has failed

I have found that when bare HTML is embedded inside a WebView source, the navigator's mediaDevices property is unavailable.

This appears to be an issue related to cross-browser compatibility. I have observed that changing the source to a URI path resolves the issue and allows the functionality to work correctly.

lym3074 commented 1 month ago

i will change something and pull request again thank you