Access the cell phone camera from within the webview

Integrations

Hi !!

I have two flutterflow applications. The first is an android application that have a webview, that redirects to the second application. The second, an web application, should allow the user take his picture. But the camera does not work.

I tried to run the first as an web application an open it from the phone´s browser, and it works fine. But the APK generated application does not work.

Could someone help me? I've been stuck at this for days!

What have you tried so far?

Some information:

I have grant access to camera and microphone on flutterflow Permission Page in both projects.

I configured the webview to an HTML content like it:

<iframe src="xxxxxxxxxxxxxxxx" allow="camera;microphone" style="border:none;position:absolute"  width="95%" height="95%"  </iframe>

Did you check FlutterFlow's Documentation for this topic?
No
4
1 reply