40
Views
3
Comments
[Zebra DataWedge Connector Plugin] [Zebra DataWedge Connector Plugin] Not working with Android 11
Question
zebra-datawedge-connector-plugin
Mobile icon
Forge asset by João Lopes
Application Type
Mobile

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

UserImage.jpg
Chan Yuvern

Hi Bret, 

Have you come over with the solution? I'm facing exactly same issue as you

2020-11-09 10-59-26
Gianluca Bracca

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


2021-07-21 10-26-16
Vani Mankad

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,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.