PDF417 / pdf417-phonegap

PDF417 and QR code scanning plugins for PhoneGap/Cordova framework
47 stars 21 forks source link

Custom Overlay #14

Closed collinforrester closed 9 years ago

collinforrester commented 9 years ago

Is it possible or on the road map to provide this feature on iOS? It'd be nice if we could provide our own overlay with some instructions.

Cerovec commented 9 years ago

Hi Colin,

you can use custom overlays in our native iOS and Android pdf417 SDKs. Phonegap plugin doesn't support this feature.

To use custom overlays in phonegap, you can use native SDK, implement custom overlay there, and then wrap the whole component in a phonegap plugin. You can use the plugin code available in this repository as a reference.

collinforrester commented 9 years ago

Thanks! We'll look into using the native SDK.