-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Supported on iOS Safari #30
Comments
Please share your code in a Github repo or use Code Sandbox for showing an example. I can't reproduce your issue. |
Hey, So I made a code sandbox with it, a bit different from what I have in my code with all the reducers, actions and everything. https://codesandbox.io/s/mistermlk-54guf?file=/src/App.js Weird stuff happen... it's working on codesanbox but still not on mine 😭 You can find the real file on OriginalPostButton.js It's really weird. Thank you. |
Hey again, I recreated another project, with the issue. You will see that it's not working with ios safari but it works with mac safari. Thank you again |
Can confirm this problem It's strange because the js-fiddle demo above works on my iPhone as well but does not work on my project. Will investigate and come back if I find anything :) |
Hey guys, it's a pretty quick fix and it's not the libraries fault. Basically, Safari requires your url to be https to use the microphone. I fixed the problem by using ngrok to tunnel and used the given https url to test the functionality. Hope this helps! |
Thank you @tyherox. I will try this with my AWS config |
Hi @therox the link mention is not working can you please share again. Thank you |
This issue is still exit for ios device , please can someone share the what configuration is required |
Use this to use your localhost through a tunnel. Should be pretty simple and straightforward but let me know if you need help! |
Do you have any sample project with ngrok , which solve ios ? |
Anyone has a sample example for ios safari? |
Hello,
I already put it in the #21 issues but nobody could give me an answer so I made a new issue.
I tried multiple things with mic-recorder lib in my React project but I have an issue with the safari browser on iOS (same on ios chrome). When I click on the record button with
When trying the example from https://jsfiddle.net/8u5fbpx6/1/ it works on ios.
Because I am not using it exactly like the example in my REACT code, it doesn't display the popup that should ask me if I want to accept that safari is going to use the microphone.
If someone have any idea with that
Thank you
The text was updated successfully, but these errors were encountered: