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

fix(barcode-scanner): fix the cameraView is not removed after scanning in iOS #2440

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

kingsword09
Copy link

@kingsword09 kingsword09 commented Feb 20, 2025

On iOS, when windowed = false, the cameraView is not removed from the superView when the scanning is done, making the interface unclickable.

image

When destroy, only the removePreviewLayer was done, not the removeFromSuperview.
image

@kingsword09 kingsword09 requested a review from a team as a code owner February 20, 2025 01:21
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

Successfully merging this pull request may close these issues.

1 participant