According to the requirements, I updated my Ionic angular application to Android 14 (API level 34) to be submitted to Google Play…
But now I have a problem, on devices with Android 14 version, this.camera.getPicture() stops the app.
Error I find in adb logcat:
PluginManager: THREAD WARNING: exec() call to Camera.takePicture blocked the main thread for 43ms. Plugin should use CordovaInterface.getThreadPool().
I use:
ionic 7,
Angular 17
“cordova-plugin-camera”: “^7.0.0”,
“@awesome-cordova-plugins/camera”: “^6.8.0”
Has anyone else had this problem? I look forward to any suggestions and help
On devices with Android13 camera works as expected..
Limango is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.