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
Hi, I would like to ask if it is possible to apply the ripple effect to Shell FlyoutItem. The ripple effect works, but the menu item does not work, you cannot change the page. Advise if I'm making a mistake somewhere. I will be happy for any advice.
Steps to Reproduce
Create a Shell project
Create ItemTemplate in AppShell
Add a ripple effect to the DataTemplate
effects:Feedback.On="True"
effects:Feedback.EffectColor="Red"
Hi, I would like to ask if it is possible to apply the ripple effect to Shell FlyoutItem. The ripple effect works, but the menu item does not work, you cannot change the page. Advise if I'm making a mistake somewhere. I will be happy for any advice.
Steps to Reproduce
effects:Feedback.On="True"
effects:Feedback.EffectColor="Red"
<FlyoutItem Title="Item 1"> <Shell.ItemTemplate> <DataTemplate> <ContentView> <Grid HeightRequest="50" effects:Feedback.On="True" effects:Feedback.EffectColor="Red"> </Grid> </ContentView> </DataTemplate> </Shell.ItemTemplate> <ShellContent Route="HomePage" ContentTemplate="{DataTemplate local:HomePage}" /> </FlyoutItem>
Expected Behavior
Ripple effect and go to the selection page from the shell menu
Actual Behavior
The ripple effect works, switching to another page does not work when selecting from the menu.
Platforms
Basic Information
Screenshots
Reproduction Link
Workaround
The text was updated successfully, but these errors were encountered: