Saltar al contenido

@capgo/capacitor-zebra-datawedge

Ship Zebra barcode scanning workflows in Capacitor without wrapping DataWedge intents yourself.

@capgo/capacitor-zebra-datawedge is an Android-first Capacitor wrapper around Zebra DataWedge.

It covers the same core areas exposed by the Ionic enterprise Zebra Scanner plugin:

  • ZebraConfiguration for profile creation and updates
  • ZebraNotification for scanner and profile status events
  • ZebraQuery for profiles, scanners, and version metadata
  • ZebraRuntime for scanner control and soft-triggered scans

Profile management

Create, clone, rename, restore, and update DataWedge profiles directly from JavaScript.

Scanner notifications

Subscribe to scanner state and profile switch notifications without manually parsing broadcast bundles.

Soft scan triggers

Trigger barcode and RFID scans, then wait for the next intent result through the same Capacitor API.

Android device focus

Built for Zebra Android hardware where DataWedge is available. iOS and web expose API parity only.

Start with the getting started guide, then review the Android notes before wiring production scan flows.