Soul3's Forum Posts

  • 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?

  • Hello,

    I tried the Camera example and it is working fine in the PC browser.

    It is working fine in Chrome on Android.

    I made a web view using flutter that displays the camera sample (uploaded at a https URL on my server), the page finds and lists the available cameras, but when I click "Get Camera" button, it is always declined.

    My App has the Camera permission On and requires the camera in the manifest.

    Note: The above scenario uses flutter's WebViewScaffold. When I use flutter's WebView, the app crashes whenever I click on the list to pick a camera (the cameras are listed correctly, though)

    Thank you.

    Tagged:

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    I am making a mobile game that is like a portal for other mini-games.

    the mini-games will be developed in the future and will be available on a server.

    Each mini-game will have its own Layout, Event Sheet, Images, Audio ..etc.

    Is there a way to be able to check for new levels on the server, download the new mini-games and add them to the main game?

    The game will be on Android and iOS.

    Thanks a lot :)

    Tagged:

  • Yeah.

    Working on mobile makes things harder. We basically need to make a game A that downloads, installs, and run other games B,C,...

    Either download them as standalone or embedded in game A is OK, but the more streamlined the process, the better :)