Hi I Want use darryncampbell-cordova-plugin-intent on cordova for reading RFID. DataWedge profile is OK because scan RFID with 123RFDI app is OK.
When I try to scan RFID with the plugin darryncampbell-cordova-plugin-intent nothing happens. QR and Barcodes are loaded. but RFID doesn't send anything over broadcast and intent window.plugins.intentShim.registerBroadcastReceiver({
filterActions: [
'com.zebra.datawedgecordova.ACTION'
],
filterCategories: [
'com.android.intent.category.DEFAULT'
]
},
function (intent) {
console.log(intent)
}
}
)
THX
0 Replies