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

NFC Functionality Stops Working When QR Code Scanning Preview is Started on Android 13 #187

Open
iCarvalho7 opened this issue Jul 12, 2023 · 1 comment

Comments

@iCarvalho7
Copy link

Issue Description

When executing the mCodeScanner.startPreview() function in a fragment responsible for QR code scanning on a Samsung A32 device running Android 13, the NFC functionality stops working.

Environment

  • Device: Samsung A32
  • Operating System: Android 13
  • Technologies: Native Android, Java

Steps to Reproduce

  1. Open the application and navigate to the screen where the QR code scanning functionality is present.
  2. Ensure that the NFC functionality is enabled and working.
  3. Execute the mCodeScanner.startPreview() function to start the QR code scanning preview.
  4. Observe that the NFC functionality is no longer working.
@AndreiRoze
Copy link

Have same issue on some devices. Main reason: on some devices NFC and Camera can't work at same time. Hardware issue.

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