fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 932 forks source link

Unable to get the Camera Permission in WebViews #746

Open luckymehndiratta opened 4 years ago

luckymehndiratta commented 4 years ago

we want camera permission on our website so that we can recognize the face of the user. we already give permission to the app but when we open the website in the webview camera permission deny/ camera was blocked message show.

wangwailok commented 4 years ago

same herer

zsyphon commented 4 years ago

@luckymehndiratta did you find a solution to this issue?