-
Notifications
You must be signed in to change notification settings - Fork 202
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
hasPermission does nothing in mobile browsers #368
Comments
Thanks for the report. |
I'm expecting to see the classic authorization request dialog but it doesn't appear. |
I can confirm, under https everything works like a charm. |
Package version
5.1.2
Environment
I'm trying to record an audio in a Flutter Web project. It works very fine in desktop browsers, but it lacks the permission requests in mobile browsers, so it doesn't record anything. I have a simple button with this code associated:
Just a note: I'm running in HTTP. Does permission requests require HTTPS?
The text was updated successfully, but these errors were encountered: