Thank you.
What we currently have is:
A Construct3 Game (the camera sample made by Scirra) exported as HTML5 and uploaded on a server.
It works fine in Browser.
A Flutter app (with Camera permissions in the manifest) with a web view.
The game doesn't work in the web view. It doesn't even list the available cameras.
Is there a way to allow the webview to access the cameras?
Also, if we can access the camera somehow in flutter without the webview, can we send this camera stream to the game. i.e. if the game can't access the camera from the webview, we will access the camera from outside the webview and send the stream to game?