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

Application crash if ZBar plugin is installed #651

Closed
SirusDoma opened this issue Mar 18, 2017 · 1 comment
Closed

Application crash if ZBar plugin is installed #651

SirusDoma opened this issue Mar 18, 2017 · 1 comment

Comments

@SirusDoma
Copy link

I'm creating application that heavily depend on barcode scanner.
Since phonegap-barcodescanner-plugin works really slow, I found alternative that perform faster scanning called ZBar.

After installing this plugin, I realize that I require SQLite in my application. I installed the plugin and it works! but when I try scan with zbar the application crash.

Not sure what happened, and it strange that I suppose there is no relation between storage and camera right? so Is there any chance to fix this from SQLite side?

@brodycj
Copy link
Contributor

brodycj commented Mar 19, 2017

You may want to try requesting sqlite and zbar operations in different event ticks, similar to a workaround needed for the Pusher plugin ref #196. I will document this when I get a chance.

To get support from the user community I suggest you make a small, self contained test program.

For priority, commercial support you may contact [email protected] for more information.

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

No branches or pull requests

2 participants