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

(iOS) 6.0.0 CarouselViewRenderer.Dispose Null reference Unhandled Exception: #607

Open
sethom opened this issue Dec 11, 2022 · 0 comments
Open

Comments

@sethom
Copy link

sethom commented Dec 11, 2022

This happens to me under version 6.0.0. It happens when I navigate back from a page that was using CarouselViewControl. It's easy to recreate. My page uses CarouselViewControl to conditionally display instructions to a user depending on whether they've viewed the instructions before. Therefore, if they've seen the instructions before, IsVisible = false on the Grid the CarouselViewControl is contained in and the control never gets rendered to the screen. When I navigate back, it throws this error. If I set IsVisible = true on the Grid container control at some point while the page is loaded and navigate back, the error doesn't happen.

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

1 participant