We have an Android app that uses a Carousel to swap between two pages that together display a single document. The sequence is:
User clicks on grid -> Carousel appears with two pages.
On first open all SfButtons on the carousel pages work as expected. However after the carousel is closed and reopened some of them stop responding to taps. We have added debug code that allows us to verify that calling Button.Command.Execute() produces the correct result so it seems like it's the SfButtons either no longer execute their bound command or are simply not responding to taps.
Syncfusion version : 16.4.0.42