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

NullPointerException fixed #7

Closed MacMario closed 9 years ago

MacMario commented 9 years ago

In case of the intent has no action, the method throws an error

blakebyrnes commented 9 years ago

Thanks!