Camera plugin for android devices?

Hi, did you try to build and run with --prod mode enabled? I strongly recommend you try.
I experienced issues with my phone and Camera plugin (a fast Android, Xiaomi Redmi Note 4), for 2 reasons:

  1. in dev mode, your app is considerably slower, hence you get a console message for native plugins like "you exceeded the 5 seconds no response… and Camera plugin crash and make your app restart
  2. my phone use “HDR” mode by default, when I switched back to “standard quality mode” for photos, and back in dev mode, I suddenly did not have any crash any more, even in android build/run --dev mode. So this might be a bug of Camera plugin itself too, that don’t get HDR mode.

Hope it helps :slight_smile:

1 Like