-
Notifications
You must be signed in to change notification settings - Fork 130
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
Mobile Browser Not Supported #119
Comments
It happends the same to me |
I have a similar issue. I can run my app in Chrome and Firefox on my Macbook but it doesn't work on iPhones (any of the browser types) and it won't work on my Ubuntu machine using Chrome. Any ideas what could be causing this? |
I also encountered the same problem. It works fine on the computer, but not on the phone. So I looked at the source code and found that the API used in it was not the browser's native API, but extendable-media-recorder. At the same time, I checked the MDN documentation and found that using the native API can work normally on PC and mobile phones. Because this library has not been updated for a long time, maybe the internal API has been updated, I think it may be related to this. |
Hello |
When I run my web app on my mobile chrome browser it never asks for camera permissions. And the
status
always remainsidle
, how to trigger asking for permissions externally.The text was updated successfully, but these errors were encountered: