jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

usermedia.edgeGrantPermission Error #275

Open dev-ravan opened 8 months ago

dev-ravan commented 8 months ago

Here is a rephrased explanation of the scenario:

I am developing a Windows desktop application using a webview for the UI. When I first implemented the webview and tried to access the webcam for a video call, it prompted me to allow usermedia.edgeGrantPermission access, which I denied. Now every time I try to access the webcam in my app, it just fails immediately saying usermedia.edgeGrantPermission without prompting again.

It seems that by initially denying the webcam permission prompt in my Windows desktop app, it has permanently blocked access even when prompted again. I need to find a way to properly reset the webcam permissions for my desktop app so that it prompts me again to allow access and doesn't get stuck failing with the usermedia.edgeGrantPermission error.

jinpang commented 8 months ago

我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决?

dev-ravan commented 7 months ago

我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决?

Can you please write it in english

jinpang commented 7 months ago

我也同样遇到权限的问题,相机和麦克风权限申请时,会有提示框提示,如果点击允许那么下次进入还是能继续有提示框提示授权,但当选择拒绝时,那么下次再进来时,再也没有权限提示框了,就算重新把应该删除再跑问题依然存在,请问这要怎样解决?

Can you please write it in english

I also encountered permission issues. When applying for camera and microphone permissions, there will be a prompt box indicating authorization. If you click allow, the next time you can enter, there will still be a prompt box indicating authorization. However, when you choose reject, the next time you can't enter, there will be no permission prompt box. Even if you try to delete it again, the problem still exists. How can I solve this problem?

appimators37 commented 5 months ago

Hi, anyone has found the solution for this issue?

dev-ravan commented 1 month ago

Not yet :(