You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen multiple closed issues referencing this same problem, but it appears to have returned as of the latest Tauri release candidate. (rc8)
I followed the common advice on these issues and added an Info.plist and Release.entitlements, however that only changed the error from it being undefined to it being NotAllowed, despite no permission request dialog appearing. I saw that there was a patch for this issue on the wry repository at some point, though it was apparently reverted?
When https://localhost:1420 is opened in Safari or Firefox, the permissions dialog functions as expected.
Reproduction
Create project with latest Tauri release candidate
Attempt to access user/display media
Dialog does not appear
Expected behavior
The permissions prompt should appear after requesting user media instead of silently rejecting it.
When https://localhost:1420/ is opened in Safari or Firefox, the permissions dialog functions as expected.
makes me unsure. Info.plist files only properly work in actual app bundles so maybe try actually building the app and starting the .app bundle instead.
Giving your Terminal app (or vscode for example if you use its built-in terminal) permissions to use the camera should make it work in development. Not sure whether we can auto-request the permissions for the process that tauri dev is running in but imo that doesn't sound like a good idea either way.
Describe the bug
I have seen multiple closed issues referencing this same problem, but it appears to have returned as of the latest Tauri release candidate. (rc8)
I followed the common advice on these issues and added an Info.plist and Release.entitlements, however that only changed the error from it being undefined to it being NotAllowed, despite no permission request dialog appearing. I saw that there was a patch for this issue on the wry repository at some point, though it was apparently reverted?
When
https://localhost:1420
is opened in Safari or Firefox, the permissions dialog functions as expected.Reproduction
Expected behavior
The permissions prompt should appear after requesting user media instead of silently rejecting it.
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: