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

Module crashes app #6

Open
beaur opened this issue Sep 30, 2015 · 2 comments
Open

Module crashes app #6

beaur opened this issue Sep 30, 2015 · 2 comments

Comments

@beaur
Copy link

beaur commented Sep 30, 2015

Module will occasionally crash the app when closing the scanner.

Looks to possibly be related to
#2
#4

Possibly some sort of race condition to do with the autofocus of the camera being interrupted or fired again after the scanner has closed.

And may be resolved by updating the the latest version of https://github.com/acktie/Acktie-Zbar-Android but I'm not sure how to compile that myself.

@simplecoder
Copy link

I've also had this issue and had to remove the QR code functionality entirely in the app because it was not acceptable. Were you able to solve this problem or find a work around?

@simplecoder
Copy link

I just fixed the cause in my app. The app opens another window after the QR reader, and in that window I had forgotten to unbind the alloy data bindings after my window was closed. Fixed by adding $.destroy() on that window closing event.

jkotchoff added a commit to jkotchoff/Acktie-Mobile-Android-QR-Reader that referenced this issue Jun 30, 2016
Merging latest fixes from https://github.com/jkotchoff/Acktie-Zbar-Android to address intermittent crashes in this module.

Addresses stability issues specified at:
acktie#12
acktie#6
acktie#2
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

2 participants