XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
[Bug] TouchEffect.NativeAnimation prevents tap to be passed to child elements
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
- Add
NativeAnimationtoStackLayoutand add a button inside it - 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

@AndreiMisiukevich, found another one 😅
Trying to use CollectionView instead of ListView, and this bug really prevents me from doing that
@maxkoshevoi feel free to fix that ;)
but actually you can try to set ShouldMakeChildrenInputTransparent equal False
but actually you can try to set
ShouldMakeChildrenInputTransparentequalFalse
Thanks @AndreiMisiukevich, in my opinion, ShouldMakeChildrenInputTransparent would be by default at False 🙂