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

Shell flyout menu not selected item with ripple effect #67

Open
1 of 2 tasks
ghost opened this issue Dec 29, 2020 · 1 comment
Open
1 of 2 tasks

Shell flyout menu not selected item with ripple effect #67

ghost opened this issue Dec 29, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 29, 2020

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

  1. Create a Shell project
  2. Create ItemTemplate in AppShell
  3. Add a ripple effect to the DataTemplate
    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

  • Android
  • iOS

Basic Information

  • AiForms.Effects 1.6.10
  • Xamarin.Forms 4.8.0.1821
  • Android Support Library Version:
  • Affected Devices:

Screenshots

ezgif com-gif-maker (1)

Reproduction Link

Workaround

@ghost ghost closed this as completed Dec 30, 2020
@ghost ghost reopened this Dec 30, 2020
@ghost
Copy link
Author

ghost commented Dec 30, 2020

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

0 participants