BlueFletch / motorola-datawedge-cordova-plugin

This is a Cordova/Phonegap plugin to interact with Motorola ruggedized Android devices' Barcode Scanners and Magnetic Stripe Readers (eg, ET1, TC55, MC40). The plugin works by interacting with the "DataWedge" application configured to output scan and magstripe read events.
35 stars 38 forks source link

Change handleIntent to check if equal to dataWedgeAction #23

Closed novarx closed 4 years ago

novarx commented 5 years ago

In DataWedgeIntentHandler.handleIntent() there is a check, if the intents action name equals to DEFAULT_ACTION. So the intent never gets handled if an custom action name is defined.