This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
PDF 417 not work with binary encoded at iphone #519
Labels
Comments
It might be due to this #532. The image seems to be based on a low-quality, low-resolution and low-contrast JPEG, and it's not complete: It's cut at the bottom. This image shouldn't be readable. Can you submit a better and complete image? |
i fond this implementation but its is not an cordova pluggin |
That's extremely detailed. I can't read it with a new Android phone either. This is no doubt close to or even beyond the resolution limit of video preview. |
Check the Zxing documentation for whether it supports binary data for iOS. |
indeed the problem is iOS before sdk ios11 do not support binary in
barcodes scaners of avfundation , now its a new framework called Vision. I
am worikin in a workarround for now. using private keys
2017-11-03 6:15 GMT-06:00 Anders Borg <[email protected]>:
… Check the Zxing documentation for whether it supports binary data for iOS.
https://github.com/zxing/zxing
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#519 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFTssTnYTJST3nmyT3aI2shPEnqtCUc_ks5sywPlgaJpZM4OqnK5>
.
--
Ing. Juan Andres Segreda Johanning
*Ingeniero Electrónico*
|
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behaviour
At iphone must to decode the binary code as is do it on android
Actual Behaviour
Android decode a lot of data but ios just the first few chars, when is binnary data(probably found some ends chars)
Reproduce Scenario (including but not limited to)
try to can costarican cardId as it:
Steps to Reproduce
scan code on android, then on iphone, first characters are equal in both operative systems but iphone has less length, in the picture bellow just 8 chats vs more then 100 with others card id even just 1 char
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
iOS 10
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
no problem on androin
Cordova CLI version and cordova platform version
PhoneGap (iOS / Android / Windows)
cli-6.5.0 (4.3.1 / 6.1.2 / 4.4.3)
Plugin version
af3494b commit
Sample Code that illustrates the problem
cordova.plugins.barcodeScanner.scan(
function (result) {
alert("We got a barcode\n" +
"Result: " + binaryAgent(result.text) + "\n" +
"Format: " + result.format + "\n" +
"Cancelled: " + result.cancelled);
);
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: