Cordova RFID and darryncampbell-cordova-plugin-intent

P Petr Vytlačil 4 days 19 hours ago
6 0 0

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

 

CONTACT
Can’t find what you’re looking for?