This repository was archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 456
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] Shell flyout menu not selected item with ripple effect #707
Copy link
Copy link
Open
Labels
a/TouchEffectbugSomething isn't working. Breaky break.Something isn't working. Breaky break.s/unverifiedThis issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.This issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.

Description
Description
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. Without ripple effect, the transition to the page works. 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
xct:TouchEffect.NativeAnimationColor="Red"
xct:TouchEffect.NativeAnimation="True"
<FlyoutItem Title="Item 1">
<Shell.ItemTemplate>
<DataTemplate>
<ContentView>
<Grid HeightRequest="50"
xct:TouchEffect.NativeAnimation="True"
xct:TouchEffect.NativeAnimationColor="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
- Version with issue:
- Xamarin.Forms 5.0.0.1791-pre5
- Last known good version:
- IDE: Visual Studio 2019
- Platform Target Frameworks:
- iOS: Not tested
- Android: 10, 8.1, 7.1
- UWP: Not tested
- Android Support Library Version:
- Nuget Packages: Xamarin.CommunityToolkit 1.0.0-pre6
- Affected Devices:
Workaround
Reproduction imagery
Reproduction Link
morg08, 1c3f0x84, isness and Cocotteseb
Metadata
Metadata
Assignees
Labels
a/TouchEffectbugSomething isn't working. Breaky break.Something isn't working. Breaky break.s/unverifiedThis issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.This issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.