I can't get this plugin to work with Android 11. It doesn't create the profile and doesn't return an error.
I have it working on Android 8, but need to upgrade to 11.
Does anyone know how to resolve this?
thanks!
Bret
Hi Bret,
Have you come over with the solution? I'm facing exactly same issue as you
Hi,This component now seems to be abandoned. Unfortunately, it is no longer compatible with newer versions of Android and newer versions of DataWedge, which use a very different configuration/security management model.If it helps, on a project where only code scanning was needed, I solved it by removing the plugin and writing a javascript routine that could intercept text codes in the app's text fields.Zebra automatically on text fields allows barcode scanning: I 'hided' the text field (width/height=0) and forced focus on it; I then intercepted the onchange event on the field to get the code.I can say that in that specific case it works well and is used in production.
BR,
Gianluca
Hi @Gianluca Ghioni ,
Is it possible to share the code which worked for you or can you share some links to refer ?I am trying to use this plugin and it is failing with the error ""Plugin is not loaded."Thank you,