You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JS renderer fires CarouselInteractionEvent for carousel navigation, but the XAML renderer does not have an equivalent.
Proposed solution
Notify carousel interactions for XAML AdaptiveCards, perhaps using IRenderedAdaptiveCard::Action event or a new event altogether.
Alternatives or Workarounds
I think it'd be possible to walk the XAML tree of rendered card to hook into FlipView/PipsPager events to track the navigations, but this approach seems tricky to distinguish Autoplay navigation vs. user clicking on next/previous page or pips.
The text was updated successfully, but these errors were encountered:
Problem Statement
The JS renderer fires CarouselInteractionEvent for carousel navigation, but the XAML renderer does not have an equivalent.
Proposed solution
Notify carousel interactions for XAML AdaptiveCards, perhaps using IRenderedAdaptiveCard::Action event or a new event altogether.
Alternatives or Workarounds
I think it'd be possible to walk the XAML tree of rendered card to hook into FlipView/PipsPager events to track the navigations, but this approach seems tricky to distinguish Autoplay navigation vs. user clicking on next/previous page or pips.
The text was updated successfully, but these errors were encountered: