Socket
Book a DemoInstallSign in
Socket

zebra-capacitor-jbay

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zebra-capacitor-jbay

Ionic Capacitor plugin for Zebra Printers (ios and android). Still under early development.

latest
Source
npmnpm
Version
0.0.18
Version published
Maintainers
1
Created
Source

zebraCapacitor

Capacitor plugin for Zebra printers (ios and android)

Limitations

Currently the iOS implementation is incomplete, but you can discover connect and print. Also, the Android implementation is not well tested and likely missing important things. Also, the web implementation which is just a stub is broken. Also, this is built using alpha.36 version of Capacitor

But

I do intend to develop and support an app that uses this plugin, so this will eventually be completed and working (at least with for the printers I have access to test with).

##iOS After installing this, you may have to drag the libZSDK_API.a library into the ZebraCapacitor target of the Pods Project. Then update your build settings Library Search Paths with: "${PODS_ROOT}/../../../node_modules/zebra-capacitor/ios/Plugin/Plugin" I've updated the podspec so this may not be necessary anymore, but I havn't tested it yet.

Also for iOS update your apps Info.plist file with Supported external accessory protocols as an array with the value com.zebra.rawport

Add this to your plist

<key>UISupportedExternalAccessoryProtocols</key>
<array>
    <string>com.zebra.rawport</string>
</array>

I'll experiment with trying to automate this via the podspec as well.

Keywords

capacitor

FAQs

Package last updated on 19 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts