XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

[Bug] TouchEffect.NativeAnimation prevents tap to be passed to child elements

Open maxkoshevoi opened this issue 3 years ago • 4 comments

Description

TouchEffect.NativeAnimation prevents tap to be passed to child elements (see gifs bellow)

Stack Trace

N/A

Link to Reproduction Sample

Steps to Reproduce

  1. Add NativeAnimation to StackLayout and add a button inside it
  2. Press a button

Expected Behavior

ButtonPressed command is executed

Actual Behavior

Nothing happens

Basic Information

  • Version with issue: 1.3.1
  • Last known good version: -
  • IDE:
  • Platform Target Frameworks:
    • Android: 11
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Workaround

None

Reproduction imagery

tf1 tf2

maxkoshevoi avatar Dec 29 '21 00:12 maxkoshevoi

@AndreiMisiukevich, found another one 😅 Trying to use CollectionView instead of ListView, and this bug really prevents me from doing that

maxkoshevoi avatar Dec 29 '21 00:12 maxkoshevoi

@maxkoshevoi feel free to fix that ;)

AndreiMisiukevich avatar Feb 24 '22 05:02 AndreiMisiukevich

but actually you can try to set ShouldMakeChildrenInputTransparent equal False

AndreiMisiukevich avatar Feb 24 '22 05:02 AndreiMisiukevich

but actually you can try to set ShouldMakeChildrenInputTransparent equal False

Thanks @AndreiMisiukevich, in my opinion, ShouldMakeChildrenInputTransparent would be by default at False 🙂

bricefriha avatar Aug 22 '22 15:08 bricefriha