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

Callback settings on MC3200 #4

Closed grudolf closed 10 years ago

grudolf commented 10 years ago

I had some troubles with custom profile and registerForBarcode callback on MC3200, the combination that finally worked was:

mc3200-intent-1 mc3200-intent-2

Perhaps you could add the category to plugin.xml if it doesn't affect other devices?

blakebyrnes commented 10 years ago

Hi Gregor, thanks for the tip! That's really strange. The DataWedge seems to behave a little differently on different platforms (maybe it's a version thing?). I've had it work fine without the default category, and I think I actually had some issues one time with the category specified as default in the manifest category when it was also the in data wedge category. Very odd. I'll try to find some time to test this out - lots of other things going on right now. I'll just leave the ticket open in the meantime.

blakebyrnes commented 10 years ago

Added the default category back into the plugin