Eilon / MauiHybridWebView

MIT License
202 stars 40 forks source link

Any sample code for Web Camera Permission? #33

Open mytahir opened 7 months ago

mytahir commented 7 months ago

Hello Eilon! We have a new mobile project in our company to look exactly the same as the website which was already deployed. We consider to use a WebView where i come across your Project. My question is, can i ask a Camera Permission when the page just opened? Thank you

mytahir commented 7 months ago

Screenshot_20231206-060220

I tested your sample to see if i can get the Camera Permission Popup in the WebView

mytahir commented 7 months ago

I want to know if i can access a webpage with the Camera Permission like this: https://www.veed.io/tools/webcam-test

hansmbakker commented 3 months ago

There is sample code available for WebView but that does not work 1:1 for HybridWebView. I'm still trying to figure out whether it can be made to work.

ymebrugts commented 2 weeks ago

@hansmbakker Did you end up figuring it out? Thanks!