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

didCaptureCode called multiple times after going back in navigation controller. #181

Closed
alanscarpa opened this issue May 22, 2020 · 0 comments

Comments

@alanscarpa
Copy link

Repro steps:

  • Set isOneTimeSearch to false
  • Push the barcode scanner into a navigation controller
  • When didCaptureCode gets called the first time, push a new view controller onto the stack.
  • This works as expected up to this point and the scanner stops scanning.
  • At this point, with the barcode still visible, press "Back" on the newly pushed view controller to go back to the scanner. This is where the scanner now calls didCaptureCode multiple times and pushes multiple view controllers on to the stack
@3lvis 3lvis closed this as completed Oct 8, 2020
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