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

Memory leaking #174

Open
douglassimaodev opened this issue Aug 20, 2024 · 1 comment
Open

Memory leaking #174

douglassimaodev opened this issue Aug 20, 2024 · 1 comment

Comments

@douglassimaodev
Copy link

I am just referring the camera in my page

<cv:CameraView x:Name="bcReader"
HorizontalOptions="Start"
HeightRequest="350" />

that is alll, no extra element and no event binding to it, so when I navigate from page A to page B (where the CamareView is) when I go back to page A CameraView is still alive, and I didnt even start the camera, as I said, there is just an element in the page but nothing in the code behind to keel it alive

@DanKyungu
Copy link

Did you tried to Disconnect the CameraView Handler on the page Unloaded event?

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