-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
cancel crashes app #88
Comments
Any log? E.g. when you run it with |
Works as expected on Android 7.0 heres the trace ... |
[DEBUG] DecodeHintManager: Hints from the Intent: {} |
crashes the whole phone ... unsure why :( if you could help would be great |
the module still uses zxing 3.3.1from Oct 2017 that might cause some issues on Android 10. I think they've added some changes to the camera usage. But it's a bit hard to test. I'll check if I can update to the latest zxing version! |
UPDATE Now crashes on android 7 [INFO] W/SyubId=1, ss=0 0 : at java.io.FileInputStream.(FileInputStream.java:146) [ERROR] Zygote: v2 |
update again (sorry) if i remove the overlay it doesnt crash, and works alot better, however then the only cancel i have is back btn. success only fires on back btn press! hope this helps |
[INFO] APSAnalyticsRunnable: Analytics Started |
With the overlay is good to know! Any special things in the overlay? Big images, input fields? |
im just using your example code, no modifications what so ever. |
so heres what i have so far
[WARN] ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@f6c2b79
|
When I press cancel I'll see this error
that would have helped :-) I'll check it now |
sorry , i never saw this error ! but maybe it will help |
my fault, I only see that error with 7.2.0.GA when I upgrade to 7.4.0.GA the error is not visibile and it freezes. But this might be a lead to fix the error |
Sometimes it can be easy 😄 |
Bug was in |
great thanks so much for quick fix, i guess i just download the new version ? |
it is just a bug in the example, so if you implement it in your app you don't set isiOS to true on Android. |
of course, thanks once again, great support and great work. |
Using example here verbatum , android pixel2 - android 10
https://github.com/appcelerator-modules/ti.barcode/blob/master/ios/example/app.js
when i try to cancel or press back the app crashes eventually bringing up the 'wait or kill app' prompt
The text was updated successfully, but these errors were encountered: