Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios-1.9.1 - doesn't work #11

Closed
dwoshadha opened this issue Jan 31, 2015 · 11 comments
Closed

ios-1.9.1 - doesn't work #11

dwoshadha opened this issue Jan 31, 2015 · 11 comments

Comments

@dwoshadha
Copy link

I wanted to implement iOS version in my app and I tried the sample app it doesn't work at all. This has a issue when rotating the screen. The main issue what I find here is it doesn't scan at all. Could you please help me on this?

Please find the attached pics.
portrait-200x300
landscape-300x200

@JonCraddock
Copy link

I am dealing with the exact same problem. The camera will focus, and the image will be clear as day but nothing happens.

@ulizama
Copy link

ulizama commented Feb 3, 2015

I'm having the same issue. Module seems to be able to scan QRCodes only. Everything else is not working.

@JonCraddock
Copy link

I'm not sure about QRCodes, but UPCA, UPCE, and EAN13 don't scan. Would be nice to get an update of some sort on this. 64bit is required now and i'm not having much luck finding a barcode scanner that is 64bit.

@tomatlscomm
Copy link

Same problem here.
Tried to build with the sample app, and with an homemade simple app, nothing work.

Landscape mode get crazy, and scanning working erratically (main time not working, sometime working but crazy results, etc...)

@amwinsauto
Copy link

for iOS, I was able to get v1.9.1 to work....BUT...I had to configure
Barcode.allowRotation = true;

I didn't want to allow rotation (because the results are horrible) so I set Rotation to "false" but then it wouldn't scan at all. When I set back to "true" then it scanned.

@tomatlscomm
Copy link

Not for me. Whenever i change allowRotation to false or true it still rotate.
And keep not scanning anything (i'm trying on data matrix or ean)...

@amwinsauto
Copy link

yes...it still rotates.

What I found out is that if you set it to true, make sure you're in portrait mode when you click to open the scanner, and don't rotate your device, then it appears to scan.

but if you rotate to landscape and then back to portrait...it stops working.

Not saying it is ideal....just trying to help give a (unique) scenario that i have found to (somewhat) work in hopes that helps narrow down where/what needs to be fixed.

oh....and even in this unique scenario....that only appears (at least for me) to only work on iOS handheld devices and doesn't work on iOS Tablets. :/

@tomatlscomm
Copy link

Okay ^^
Thank you for the info. So for now, i would say it's pretty far from being usable in a production app :)

@OutlawMonkey
Copy link

I already got it fixed for iPad.
You have to enable the orientation in the tiapp.xml to handle portrait
and it work just perfect.
Except for one thing.
the cancel button is not working
does anybody have an idea?

@moizchhatriwala
Copy link

Hi,
Has any body got success with all the above problems which every one has faced, I am also facing rotation problem and hence I am not able to use it into production build, Please let me know if any one has any of the solution available to resolve the problem.

@hansemannn
Copy link
Contributor

Fixed in recent versions of the module. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants