-
Notifications
You must be signed in to change notification settings - Fork 181
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
zBar not showing on iOS 11 even with #122 or #120 patch #129
Comments
Hi, I have tested it on the emulator (I don't own an iPad). And it seems to work. I believe the xcode output could give more details |
Thanks for your answer,
I can upload my project on github if you want. |
Not sure if this line is executed https://github.com/phongphan/csZBar/blob/b573955650b2fedb022d8192ef6796aeb1fb21e7/ios/CsZBar.m#L78 Since it might not happened after we patched it and build the app with IOS 11 SDK. The project would help. If it's another iPad specific issues. I'll update the patch :) |
I just copy and paste your CsZBar.m into my project to replace mine :
It is working on my Ipad IOS 11. Thank you for your help, you are awesome ! 👍 😄 I close it. |
Hi,
I try to use zbar on iOS 11, but when I launch my function to scan barcode, it did not show the camera. And if I click again on the button to start a scan, it shows an alert with "A scan is already in progress".
This happen only on my ipad mini with iOS 11.2.1, I tried on Iphone 6 with iOS 10.3.3 and it display the camera.
On my iPad with iOS 11, i tried this two solutions #122 and #120 , but I get the same error.
It works on iPhone and Android with the plugin or with #120 or #122 patch.
I get the following error on xCode 9 console :
How can I make it work on iOS 11 ?
I really need your help, I think @phongphan can help me.
Cordova version : 8.0.0
Platforms :
Devices :
My code :
The text was updated successfully, but these errors were encountered: