insightautos / cordova-gmv-barcode-scanner

A Cordova barcode scanning plugin based on the Google Mobile Vision library for iOS & Android.
MIT License
52 stars 77 forks source link

The app (Android 11) crash after starts #35

Open dec opened 2 years ago

dec commented 2 years ago

Hello to all,

First of all, thanks very much for your work on this plugin. I tested it at iOS and certainly works like a charm. However, when I try it in an app (compiled with Apache Cordova 10.0.1) in Android 11 the app crashed (is being closed) just after start it. The app compile well in both "debug" and "release" flavors, however, it's just closed after start, and, unfortunately I can't get any useful information at the console, since I launch the app with the Cordova's "run" command with my phone connected to my PC.

Can anybody help me on this? Is here anyone who are running this plugin at Android 11? Any possible advice?

Thanks in advance for any possible help and thanks again for your work!

P.S. I tested also this fork https://github.com/flobiwankenobi/cordova-plugin-barcode-detector with the same result... :-(