Construct 3 r273

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • My app connects with the device camera and displays it on screen. Everything works in the browser, and even on my mobile via remote preview.

    But, as soon as it is an APK (or debug APK), the camera request is not complete. I check the app permission requests, and there's no request for the camera to be used.

    Note: I have checked the box to "require camera permission" on APK export.

    Anyone know a solution?

    • I think I ran into a similar situation where I had to put the Camera code in a "user-triggered event", like Button-OnClick or Touch->OnTapObject.

      Maybe the device confuses your app with a previous version. So try to clean uninstall any previous versions before you test new apk version.

      Good luck!