Bhavanesh N

Results 12 comments of Bhavanesh N

While enabling memory tests for CV2, I found that `CarouselViewHandler2` is leaking 😢. It seems the cause is different from the issue we're addressing here — something else is triggering...

Only `CarouselViewHandler2` memory tests are failing. [#29719](https://github.com/dotnet/maui/pull/29719) should fix the leak. I also noticed that `CarouselView` too uses a static instance as the default `ItemsLayout`. I'm updating it to use...

Test's seems to be passing. Although, I forgot to add Mapper to CV2 :(

> @bhavanesh2001 , When the loop setting is changed from false to true at runtime, the CarouselView does not update properly. We cannot scroll past the first item, and it...

> @bhavanesh2001 , Previously, we could not change the loop at runtime; we could only set it during initialization. This issue does not occur when setting it at initialization. This...

Check https://github.com/bhavanesh2001/Plugin.Maui.ZoomView

@reid-kirkpatrick Are you getting any error log? . I mean were you able to identify which element's handler is already disposed?

@reid-kirkpatrick It's better to not use plugin in your case. You can teardown each page before popping out of it by writing your own teardown method ```Csharp public async Task...